Html Css Color HEX #064184 Dark Cerulean

📋 copy color: '#064184'

red 6 ◦ green 65 ◦ blue 132

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

Shades of Dark Cerulean #064184

Tints of Dark Cerulean #064184

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 2.96%
G = 32.02%
B = 65.02%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#064184 (or 0x064184) is known color: Dark Cerulean. HEX triplet: 06, 41 and 84. RGB value is (6,65,132). Sum of RGB (Red+Green+Blue) = 6+65+132=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #064184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064184 is #F9BE7B. Grayscale: #363636. Windows color (decimal): -16367228 or 8667398. OLE color: 8667398.

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

Color convert

RGB 6 65 132 -
CMYK 0.95 0.51 0 0.48
HSL 211.9º 0.91% 0.27% -
HSV(B) 211.9º 0.95% 0.52% -
XYZ 6.13 5.49 22.57 -
YUV 55 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 6 65 132 0.95 0.51 0 0.48 211.9 0.91 0.27
Hex 6 41 84 5F 33 0 30 D4 5B 1B
Octal 6 101 204 137 63 0 60 324 133 33
Binary 110 1000001 10000100 1011111 110011 0 110000 11010100 1011011 11011

Color Harmonies of #064184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064184

Black with #064184

Text Example


Text Example

White with #064184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064184; }

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

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

background-color css

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

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

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

border-color css

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

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

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