Html Css Color HEX #083C7F Dark Cerulean

📋 copy color: '#083C7F'

red 8 ◦ green 60 ◦ blue 127

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

Shades of Dark Cerulean #083C7F

Tints of Dark Cerulean #083C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.77%

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

R = 4.1%
G = 30.77%
B = 65.13%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#083C7F (or 0x083C7F) is known color: Dark Cerulean. HEX triplet: 08, 3C and 7F. RGB value is (8,60,127). Sum of RGB (Red+Green+Blue) = 8+60+127=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #083C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C7F is #F7C380. Grayscale: #333333. Windows color (decimal): -16237441 or 8338440. OLE color: 8338440.

HSL color Cylindrical-coordinate representation of color #083C7F: hue angle of 213.78º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083C7F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 60 127 -
CMYK 0.94 0.53 0 0.50
HSL 213.78º 0.88% 0.26% -
HSV(B) 213.78º 0.94% 0.5% -
XYZ 5.55 4.82 20.72 -
YUV 52.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 8 60 127 0.94 0.53 0 0.50 213.78 0.88 0.26
Hex 8 3C 7F 5E 35 0 32 D6 58 1A
Octal 10 74 177 136 65 0 62 326 130 32
Binary 1000 111100 1111111 1011110 110101 0 110010 11010110 1011000 11010

Color Harmonies of #083C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C7F

Black with #083C7F

Text Example


Text Example

White with #083C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083C7F; }

 p { color: rgb(8,60,127); }

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

background-color css

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

 a { background-color: rgb(8,60,127); }

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

border-color css

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

 span { border-color: rgb(8,60,127); }

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