Html Css Color HEX #064385 Dark Cerulean

📋 copy color: '#064385'

red 6 ◦ green 67 ◦ blue 133

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

Shades of Dark Cerulean #064385

Tints of Dark Cerulean #064385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

 BLUE value IS 133 (52.34% from 255) = 64.56%

R = 2.91%
G = 32.52%
B = 64.56%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#064385 (or 0x064385) is known color: Dark Cerulean. HEX triplet: 06, 43 and 85. RGB value is (6,67,133). Sum of RGB (Red+Green+Blue) = 6+67+133=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #064385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064385 is #F9BC7A. Grayscale: #373737. Windows color (decimal): -16366715 or 8733446. OLE color: 8733446.

HSL color Cylindrical-coordinate representation of color #064385: hue angle of 211.18º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064385 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 67 133 -
CMYK 0.95 0.50 0 0.48
HSL 211.18º 0.91% 0.27% -
HSV(B) 211.18º 0.95% 0.52% -
XYZ 6.32 5.75 22.97 -
YUV 56.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 6 67 133 0.95 0.50 0 0.48 211.18 0.91 0.27
Hex 6 43 85 5F 32 0 30 D3 5B 1B
Octal 6 103 205 137 62 0 60 323 133 33
Binary 110 1000011 10000101 1011111 110010 0 110000 11010011 1011011 11011

Color Harmonies of #064385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064385

Black with #064385

Text Example


Text Example

White with #064385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064385; }

 p { color: rgb(6,67,133); }

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

background-color css

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

 a { background-color: rgb(6,67,133); }

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

border-color css

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

 span { border-color: rgb(6,67,133); }

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