Html Css Color HEX #064384 Dark Cerulean

📋 copy color: '#064384'

red 6 ◦ green 67 ◦ blue 132

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

Shades of Dark Cerulean #064384

Tints of Dark Cerulean #064384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 64.39%

R = 2.93%
G = 32.68%
B = 64.39%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#064384 (or 0x064384) is known color: Dark Cerulean. HEX triplet: 06, 43 and 84. RGB value is (6,67,132). Sum of RGB (Red+Green+Blue) = 6+67+132=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #064384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064384 is #F9BC7B. Grayscale: #373737. Windows color (decimal): -16366716 or 8667910. OLE color: 8667910.

HSL color Cylindrical-coordinate representation of color #064384: hue angle of 210.95º 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 #064384 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 67 132 -
CMYK 0.95 0.49 0 0.48
HSL 210.95º 0.91% 0.27% -
HSV(B) 210.95º 0.95% 0.52% -
XYZ 6.25 5.72 22.6 -
YUV 56.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 6 67 132 0.95 0.49 0 0.48 210.95 0.91 0.27
Hex 6 43 84 5F 31 0 30 D3 5B 1B
Octal 6 103 204 137 61 0 60 323 133 33
Binary 110 1000011 10000100 1011111 110001 0 110000 11010011 1011011 11011

Color Harmonies of #064384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064384

Black with #064384

Text Example


Text Example

White with #064384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064384; }

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

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

background-color css

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

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

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

border-color css

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

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

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