Html Css Color HEX #093B7D Dark Cerulean

📋 copy color: '#093B7D'

red 9 ◦ green 59 ◦ blue 125

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

Shades of Dark Cerulean #093B7D

Tints of Dark Cerulean #093B7D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.57%

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 4.66%
G = 30.57%
B = 64.77%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#093B7D (or 0x093B7D) is known color: Dark Cerulean. HEX triplet: 09, 3B and 7D. RGB value is (9,59,125). Sum of RGB (Red+Green+Blue) = 9+59+125=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #093B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093B7D is #F6C482. Grayscale: #333333. Windows color (decimal): -16172163 or 8207113. OLE color: 8207113.

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

Color convert

RGB 9 59 125 -
CMYK 0.93 0.53 0 0.51
HSL 214.14º 0.87% 0.26% -
HSV(B) 214.14º 0.93% 0.49% -
XYZ 5.38 4.67 20.02 -
YUV 51.57 169.44 97.63 -
System Red Green Blue C M Y K H S L
Decimal 9 59 125 0.93 0.53 0 0.51 214.14 0.87 0.26
Hex 9 3B 7D 5D 35 0 33 D6 57 1A
Octal 11 73 175 135 65 0 63 326 127 32
Binary 1001 111011 1111101 1011101 110101 0 110011 11010110 1010111 11010

Color Harmonies of #093B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B7D

Black with #093B7D

Text Example


Text Example

White with #093B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093B7D; }

 p { color: rgb(9,59,125); }

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

background-color css

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

 a { background-color: rgb(9,59,125); }

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

border-color css

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

 span { border-color: rgb(9,59,125); }

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