Html Css Color HEX #06397B Dark Cerulean

📋 copy color: '#06397B'

red 6 ◦ green 57 ◦ blue 123

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

Shades of Dark Cerulean #06397B

Tints of Dark Cerulean #06397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.65%

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

R = 3.23%
G = 30.65%
B = 66.13%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#06397B (or 0x06397B) is known color: Dark Cerulean. HEX triplet: 06, 39 and 7B. RGB value is (6,57,123). Sum of RGB (Red+Green+Blue) = 6+57+123=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #06397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397B is #F9C684. Grayscale: #303030. Windows color (decimal): -16369285 or 8075526. OLE color: 8075526.

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

Color convert

RGB 6 57 123 -
CMYK 0.95 0.54 0 0.52
HSL 213.85º 0.91% 0.25% -
HSV(B) 213.85º 0.95% 0.48% -
XYZ 5.11 4.4 19.32 -
YUV 49.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 6 57 123 0.95 0.54 0 0.52 213.85 0.91 0.25
Hex 6 39 7B 5F 36 0 34 D6 5B 19
Octal 6 71 173 137 66 0 64 326 133 31
Binary 110 111001 1111011 1011111 110110 0 110100 11010110 1011011 11001

Color Harmonies of #06397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06397B

Black with #06397B

Text Example


Text Example

White with #06397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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