Html Css Color HEX #065893 Dark Cerulean

📋 copy color: '#065893'

red 6 ◦ green 88 ◦ blue 147

#065893
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #065893

Tints of Dark Cerulean #065893

RGB

 RED value IS 6 (2.73% from 255) = 2.49%

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 147 (57.81% from 255) = 61%

R = 2.49%
G = 36.51%
B = 61%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#065893 (or 0x065893) is known color: Dark Cerulean. HEX triplet: 06, 58 and 93. RGB value is (6,88,147). Sum of RGB (Red+Green+Blue) = 6+88+147=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #065893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065893 is #F9A76C. Grayscale: #454545. Windows color (decimal): -16361325 or 9656326. OLE color: 9656326.

HSL color Cylindrical-coordinate representation of color #065893: hue angle of 205.11º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065893 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 88 147 -
CMYK 0.96 0.40 0 0.42
HSL 205.11º 0.92% 0.3% -
HSV(B) 205.11º 0.96% 0.58% -
XYZ 8.83 9.12 28.9 -
YUV 70.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 6 88 147 0.96 0.40 0 0.42 205.11 0.92 0.3
Hex 6 58 93 60 28 0 2A CD 5C 1E
Octal 6 130 223 140 50 0 52 315 134 36
Binary 110 1011000 10010011 1100000 101000 0 101010 11001101 1011100 11110

Color Harmonies of #065893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065893

Black with #065893

Text Example


Text Example

White with #065893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065893; }

 p { color: rgb(6,88,147); }

 H1.HeaderClassName
 {
   color: #065893;
 }
 .AnyTagClassName
 {
   color: #065893;
 }
</style>

background-color css

<style>
 a { background-color: #065893; }

 a { background-color: rgb(6,88,147); }

 div.DivClassName
 {
   background-color: #065893;
 }
 .BgClassName
 {
   background-color: #065893;
 }
</style>

border-color css

<style>
 span { border-color: #065893; }

 span { border-color: rgb(6,88,147); }

 td.TdClassName
 {
   border-color: #065893;
 }
 .TagClassName
 {
   border-color: #065893;
 }
</style>