Html Css Color HEX #093982 Dark Cerulean

📋 copy color: '#093982'

red 9 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #093982

Tints of Dark Cerulean #093982

RGB

 RED value IS 9 (3.91% from 255) = 4.59%

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 130 (51.17% from 255) = 66.33%

R = 4.59%
G = 29.08%
B = 66.33%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#093982 (or 0x093982) is known color: Dark Cerulean. HEX triplet: 09, 39 and 82. RGB value is (9,57,130). Sum of RGB (Red+Green+Blue) = 9+57+130=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #093982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093982 is #F6C67D. Grayscale: #323232. Windows color (decimal): -16172670 or 8534281. OLE color: 8534281.

HSL color Cylindrical-coordinate representation of color #093982: hue angle of 216.2º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093982 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 57 130 -
CMYK 0.93 0.56 0 0.49
HSL 216.2º 0.87% 0.27% -
HSV(B) 216.2º 0.93% 0.51% -
XYZ 5.61 4.6 21.71 -
YUV 50.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 9 57 130 0.93 0.56 0 0.49 216.2 0.87 0.27
Hex 9 39 82 5D 38 0 31 D8 57 1B
Octal 11 71 202 135 70 0 61 330 127 33
Binary 1001 111001 10000010 1011101 111000 0 110001 11011000 1010111 11011

Color Harmonies of #093982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093982

Black with #093982

Text Example


Text Example

White with #093982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093982; }

 p { color: rgb(9,57,130); }

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

background-color css

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

 a { background-color: rgb(9,57,130); }

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

border-color css

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

 span { border-color: rgb(9,57,130); }

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