Html Css Color HEX #064A8A Dark Cerulean

📋 copy color: '#064A8A'

red 6 ◦ green 74 ◦ blue 138

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

Shades of Dark Cerulean #064A8A

Tints of Dark Cerulean #064A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 2.75%
G = 33.94%
B = 63.3%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#064A8A (or 0x064A8A) is known color: Dark Cerulean. HEX triplet: 06, 4A and 8A. RGB value is (6,74,138). Sum of RGB (Red+Green+Blue) = 6+74+138=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #064A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A8A is #F9B575. Grayscale: #3C3C3C. Windows color (decimal): -16364918 or 9062918. OLE color: 9062918.

HSL color Cylindrical-coordinate representation of color #064A8A: hue angle of 209.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A8A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 74 138 -
CMYK 0.96 0.46 0 0.46
HSL 209.09º 0.92% 0.28% -
HSV(B) 209.09º 0.96% 0.54% -
XYZ 7.11 6.77 24.98 -
YUV 60.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 6 74 138 0.96 0.46 0 0.46 209.09 0.92 0.28
Hex 6 4A 8A 60 2E 0 2E D1 5C 1C
Octal 6 112 212 140 56 0 56 321 134 34
Binary 110 1001010 10001010 1100000 101110 0 101110 11010001 1011100 11100

Color Harmonies of #064A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A8A

Black with #064A8A

Text Example


Text Example

White with #064A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A8A; }

 p { color: rgb(6,74,138); }

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

background-color css

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

 a { background-color: rgb(6,74,138); }

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

border-color css

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

 span { border-color: rgb(6,74,138); }

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