Html Css Color HEX #06317F Dark Cerulean

📋 copy color: '#06317F'

red 6 ◦ green 49 ◦ blue 127

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

Shades of Dark Cerulean #06317F

Tints of Dark Cerulean #06317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 127 (50% from 255) = 69.78%

R = 3.3%
G = 26.92%
B = 69.78%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06317F (or 0x06317F) is known color: Dark Cerulean. HEX triplet: 06, 31 and 7F. RGB value is (6,49,127). Sum of RGB (Red+Green+Blue) = 6+49+127=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #06317F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06317F is #F9CE80. Grayscale: #2C2C2C. Windows color (decimal): -16371329 or 8335622. OLE color: 8335622.

HSL color Cylindrical-coordinate representation of color #06317F: hue angle of 218.68º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06317F is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 6 49 127 -
CMYK 0.95 0.61 0 0.50
HSL 218.68º 0.91% 0.26% -
HSV(B) 218.68º 0.95% 0.5% -
XYZ 5 3.77 20.54 -
YUV 45.04 174.25 100.16 -
System Red Green Blue C M Y K H S L
Decimal 6 49 127 0.95 0.61 0 0.50 218.68 0.91 0.26
Hex 6 31 7F 5F 3D 0 32 DB 5B 1A
Octal 6 61 177 137 75 0 62 333 133 32
Binary 110 110001 1111111 1011111 111101 0 110010 11011011 1011011 11010

Color Harmonies of #06317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06317F

Black with #06317F

Text Example


Text Example

White with #06317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06317F; }

 p { color: rgb(6,49,127); }

 H1.HeaderClassName
 {
   color: #06317F;
 }
 .AnyTagClassName
 {
   color: #06317F;
 }
</style>

background-color css

<style>
 a { background-color: #06317F; }

 a { background-color: rgb(6,49,127); }

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

border-color css

<style>
 span { border-color: #06317F; }

 span { border-color: rgb(6,49,127); }

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