Html Css Color HEX #083A87 Dark Cerulean

📋 copy color: '#083A87'

red 8 ◦ green 58 ◦ blue 135

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

Shades of Dark Cerulean #083A87

Tints of Dark Cerulean #083A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 3.98%
G = 28.86%
B = 67.16%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083A87 (or 0x083A87) is known color: Dark Cerulean. HEX triplet: 08, 3A and 87. RGB value is (8,58,135). Sum of RGB (Red+Green+Blue) = 8+58+135=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #083A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083A87 is #F7C578. Grayscale: #333333. Windows color (decimal): -16237945 or 8862216. OLE color: 8862216.

HSL color Cylindrical-coordinate representation of color #083A87: hue angle of 216.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083A87 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 58 135 -
CMYK 0.94 0.57 0 0.47
HSL 216.38º 0.89% 0.28% -
HSV(B) 216.38º 0.94% 0.53% -
XYZ 5.99 4.83 23.54 -
YUV 51.83 174.94 96.74 -
System Red Green Blue C M Y K H S L
Decimal 8 58 135 0.94 0.57 0 0.47 216.38 0.89 0.28
Hex 8 3A 87 5E 39 0 2F D8 59 1C
Octal 10 72 207 136 71 0 57 330 131 34
Binary 1000 111010 10000111 1011110 111001 0 101111 11011000 1011001 11100

Color Harmonies of #083A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083A87

Black with #083A87

Text Example


Text Example

White with #083A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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