Html Css Color HEX #083A7F Dark Cerulean

📋 copy color: '#083A7F'

red 8 ◦ green 58 ◦ blue 127

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

Shades of Dark Cerulean #083A7F

Tints of Dark Cerulean #083A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.05%

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

R = 4.15%
G = 30.05%
B = 65.8%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#083A7F (or 0x083A7F) is known color: Dark Cerulean. HEX triplet: 08, 3A and 7F. RGB value is (8,58,127). Sum of RGB (Red+Green+Blue) = 8+58+127=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #083A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A7F is #F7C580. Grayscale: #323232. Windows color (decimal): -16237953 or 8337928. OLE color: 8337928.

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

Color convert

RGB 8 58 127 -
CMYK 0.94 0.54 0 0.50
HSL 214.79º 0.88% 0.26% -
HSV(B) 214.79º 0.94% 0.5% -
XYZ 5.44 4.61 20.68 -
YUV 50.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 8 58 127 0.94 0.54 0 0.50 214.79 0.88 0.26
Hex 8 3A 7F 5E 36 0 32 D7 58 1A
Octal 10 72 177 136 66 0 62 327 130 32
Binary 1000 111010 1111111 1011110 110110 0 110010 11010111 1011000 11010

Color Harmonies of #083A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A7F

Black with #083A7F

Text Example


Text Example

White with #083A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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