Html Css Color HEX #083D7F Dark Cerulean

📋 copy color: '#083D7F'

red 8 ◦ green 61 ◦ blue 127

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

Shades of Dark Cerulean #083D7F

Tints of Dark Cerulean #083D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.12%

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

R = 4.08%
G = 31.12%
B = 64.8%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#083D7F (or 0x083D7F) is known color: Dark Cerulean. HEX triplet: 08, 3D and 7F. RGB value is (8,61,127). Sum of RGB (Red+Green+Blue) = 8+61+127=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #083D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D7F is #F7C280. Grayscale: #343434. Windows color (decimal): -16237185 or 8338696. OLE color: 8338696.

HSL color Cylindrical-coordinate representation of color #083D7F: hue angle of 213.28º 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 #083D7F is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 61 127 -
CMYK 0.94 0.52 0 0.50
HSL 213.28º 0.88% 0.26% -
HSV(B) 213.28º 0.94% 0.5% -
XYZ 5.6 4.92 20.73 -
YUV 52.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 8 61 127 0.94 0.52 0 0.50 213.28 0.88 0.26
Hex 8 3D 7F 5E 34 0 32 D5 58 1A
Octal 10 75 177 136 64 0 62 325 130 32
Binary 1000 111101 1111111 1011110 110100 0 110010 11010101 1011000 11010

Color Harmonies of #083D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083D7F

Black with #083D7F

Text Example


Text Example

White with #083D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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