Html Css Color HEX #06367A Dark Cerulean

📋 copy color: '#06367A'

red 6 ◦ green 54 ◦ blue 122

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

Shades of Dark Cerulean #06367A

Tints of Dark Cerulean #06367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

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

R = 3.3%
G = 29.67%
B = 67.03%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06367A (or 0x06367A) is known color: Dark Cerulean. HEX triplet: 06, 36 and 7A. RGB value is (6,54,122). Sum of RGB (Red+Green+Blue) = 6+54+122=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #06367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06367A is #F9C985. Grayscale: #2F2F2F. Windows color (decimal): -16370054 or 8009222. OLE color: 8009222.

HSL color Cylindrical-coordinate representation of color #06367A: hue angle of 215.17º 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 #06367A is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 6 54 122 -
CMYK 0.95 0.56 0 0.52
HSL 215.17º 0.91% 0.25% -
HSV(B) 215.17º 0.95% 0.48% -
XYZ 4.91 4.08 18.94 -
YUV 47.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 6 54 122 0.95 0.56 0 0.52 215.17 0.91 0.25
Hex 6 36 7A 5F 38 0 34 D7 5B 19
Octal 6 66 172 137 70 0 64 327 133 31
Binary 110 110110 1111010 1011111 111000 0 110100 11010111 1011011 11001

Color Harmonies of #06367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06367A

Black with #06367A

Text Example


Text Example

White with #06367A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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