Html Css Color HEX #06377B Dark Cerulean

📋 copy color: '#06377B'

red 6 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #06377B

Tints of Dark Cerulean #06377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 123 (48.44% from 255) = 66.85%

R = 3.26%
G = 29.89%
B = 66.85%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06377B (or 0x06377B) is known color: Dark Cerulean. HEX triplet: 06, 37 and 7B. RGB value is (6,55,123). Sum of RGB (Red+Green+Blue) = 6+55+123=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #06377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06377B is #F9C884. Grayscale: #2F2F2F. Windows color (decimal): -16369797 or 8075014. OLE color: 8075014.

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

Color convert

RGB 6 55 123 -
CMYK 0.95 0.55 0 0.52
HSL 214.87º 0.91% 0.25% -
HSV(B) 214.87º 0.95% 0.48% -
XYZ 5.02 4.2 19.29 -
YUV 48.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 6 55 123 0.95 0.55 0 0.52 214.87 0.91 0.25
Hex 6 37 7B 5F 37 0 34 D7 5B 19
Octal 6 67 173 137 67 0 64 327 133 31
Binary 110 110111 1111011 1011111 110111 0 110100 11010111 1011011 11001

Color Harmonies of #06377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06377B

Black with #06377B

Text Example


Text Example

White with #06377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06377B; }

 p { color: rgb(6,55,123); }

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

background-color css

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

 a { background-color: rgb(6,55,123); }

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

border-color css

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

 span { border-color: rgb(6,55,123); }

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