Html Css Color HEX #06397D Dark Cerulean

📋 copy color: '#06397D'

red 6 ◦ green 57 ◦ blue 125

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

Shades of Dark Cerulean #06397D

Tints of Dark Cerulean #06397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 66.49%

R = 3.19%
G = 30.32%
B = 66.49%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06397D (or 0x06397D) is known color: Dark Cerulean. HEX triplet: 06, 39 and 7D. RGB value is (6,57,125). Sum of RGB (Red+Green+Blue) = 6+57+125=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 125 (49.22% from 255 or 66.49% from 188); Max value from RGB is 125 - color contains mainly: blue. Hex color #06397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06397D is #F9C682. Grayscale: #313131. Windows color (decimal): -16369283 or 8206598. OLE color: 8206598.

HSL color Cylindrical-coordinate representation of color #06397D: hue angle of 214.29º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06397D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 57 125 -
CMYK 0.95 0.54 0 0.51
HSL 214.29º 0.91% 0.26% -
HSV(B) 214.29º 0.95% 0.49% -
XYZ 5.24 4.45 19.98 -
YUV 49.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 6 57 125 0.95 0.54 0 0.51 214.29 0.91 0.26
Hex 6 39 7D 5F 36 0 33 D6 5B 1A
Octal 6 71 175 137 66 0 63 326 133 32
Binary 110 111001 1111101 1011111 110110 0 110011 11010110 1011011 11010

Color Harmonies of #06397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06397D

Black with #06397D

Text Example


Text Example

White with #06397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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