Html Css Color HEX #08317C Dark Cerulean

📋 copy color: '#08317C'

red 8 ◦ green 49 ◦ blue 124

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

Shades of Dark Cerulean #08317C

Tints of Dark Cerulean #08317C

RGB

 RED value IS 8 (3.52% from 255) = 4.42%

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

 BLUE value IS 124 (48.83% from 255) = 68.51%

R = 4.42%
G = 27.07%
B = 68.51%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08317C (or 0x08317C) is known color: Dark Cerulean. HEX triplet: 08, 31 and 7C. RGB value is (8,49,124). Sum of RGB (Red+Green+Blue) = 8+49+124=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #08317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08317C is #F7CE83. Grayscale: #2C2C2C. Windows color (decimal): -16240260 or 8139016. OLE color: 8139016.

HSL color Cylindrical-coordinate representation of color #08317C: hue angle of 218.79º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08317C is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 49 124 -
CMYK 0.94 0.60 0 0.51
HSL 218.79º 0.88% 0.26% -
HSV(B) 218.79º 0.94% 0.49% -
XYZ 4.84 3.7 19.53 -
YUV 45.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 8 49 124 0.94 0.60 0 0.51 218.79 0.88 0.26
Hex 8 31 7C 5E 3C 0 33 DB 58 1A
Octal 10 61 174 136 74 0 63 333 130 32
Binary 1000 110001 1111100 1011110 111100 0 110011 11011011 1011000 11010

Color Harmonies of #08317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08317C

Black with #08317C

Text Example


Text Example

White with #08317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08317C; }

 p { color: rgb(8,49,124); }

 H1.HeaderClassName
 {
   color: #08317C;
 }
 .AnyTagClassName
 {
   color: #08317C;
 }
</style>

background-color css

<style>
 a { background-color: #08317C; }

 a { background-color: rgb(8,49,124); }

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

border-color css

<style>
 span { border-color: #08317C; }

 span { border-color: rgb(8,49,124); }

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