Html Css Color HEX #06427A Dark Cerulean

📋 copy color: '#06427A'

red 6 ◦ green 66 ◦ blue 122

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

Shades of Dark Cerulean #06427A

Tints of Dark Cerulean #06427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 122 (48.05% from 255) = 62.89%

R = 3.09%
G = 34.02%
B = 62.89%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06427A (or 0x06427A) is known color: Dark Cerulean. HEX triplet: 06, 42 and 7A. RGB value is (6,66,122). Sum of RGB (Red+Green+Blue) = 6+66+122=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #06427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06427A is #F9BD85. Grayscale: #363636. Windows color (decimal): -16366982 or 8012294. OLE color: 8012294.

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

Color convert

RGB 6 66 122 -
CMYK 0.95 0.46 0 0.52
HSL 208.97º 0.91% 0.25% -
HSV(B) 208.97º 0.95% 0.48% -
XYZ 5.54 5.34 19.15 -
YUV 54.44 166.12 93.45 -
System Red Green Blue C M Y K H S L
Decimal 6 66 122 0.95 0.46 0 0.52 208.97 0.91 0.25
Hex 6 42 7A 5F 2E 0 34 D1 5B 19
Octal 6 102 172 137 56 0 64 321 133 31
Binary 110 1000010 1111010 1011111 101110 0 110100 11010001 1011011 11001

Color Harmonies of #06427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06427A

Black with #06427A

Text Example


Text Example

White with #06427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06427A; }

 p { color: rgb(6,66,122); }

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

background-color css

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

 a { background-color: rgb(6,66,122); }

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

border-color css

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

 span { border-color: rgb(6,66,122); }

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