Html Css Color HEX #083874 Dark Cerulean

📋 copy color: '#083874'

red 8 ◦ green 56 ◦ blue 116

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

Shades of Dark Cerulean #083874

Tints of Dark Cerulean #083874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.11%

 BLUE value IS 116 (45.7% from 255) = 64.44%

R = 4.44%
G = 31.11%
B = 64.44%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#083874 (or 0x083874) is known color: Dark Cerulean. HEX triplet: 08, 38 and 74. RGB value is (8,56,116). Sum of RGB (Red+Green+Blue) = 8+56+116=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #083874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083874 is #F7C78B. Grayscale: #303030. Windows color (decimal): -16238476 or 7616520. OLE color: 7616520.

HSL color Cylindrical-coordinate representation of color #083874: hue angle of 213.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083874 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 56 116 -
CMYK 0.93 0.52 0 0.55
HSL 213.33º 0.87% 0.24% -
HSV(B) 213.33º 0.93% 0.45% -
XYZ 4.67 4.14 17.08 -
YUV 48.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 8 56 116 0.93 0.52 0 0.55 213.33 0.87 0.24
Hex 8 38 74 5D 34 0 37 D5 57 18
Octal 10 70 164 135 64 0 67 325 127 30
Binary 1000 111000 1110100 1011101 110100 0 110111 11010101 1010111 11000

Color Harmonies of #083874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083874

Black with #083874

Text Example


Text Example

White with #083874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083874; }

 p { color: rgb(8,56,116); }

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

background-color css

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

 a { background-color: rgb(8,56,116); }

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

border-color css

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

 span { border-color: rgb(8,56,116); }

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