Html Css Color HEX #09438D Dark Cerulean

📋 copy color: '#09438D'

red 9 ◦ green 67 ◦ blue 141

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

Shades of Dark Cerulean #09438D

Tints of Dark Cerulean #09438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 141 (55.47% from 255) = 64.98%

R = 4.15%
G = 30.88%
B = 64.98%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09438D (or 0x09438D) is known color: Dark Cerulean. HEX triplet: 09, 43 and 8D. RGB value is (9,67,141). Sum of RGB (Red+Green+Blue) = 9+67+141=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #09438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09438D is #F6BC72. Grayscale: #393939. Windows color (decimal): -16170099 or 9257737. OLE color: 9257737.

HSL color Cylindrical-coordinate representation of color #09438D: hue angle of 213.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09438D is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 67 141 -
CMYK 0.94 0.52 0 0.45
HSL 213.64º 0.88% 0.29% -
HSV(B) 213.64º 0.94% 0.55% -
XYZ 6.93 6 25.99 -
YUV 58.09 174.78 92.98 -
System Red Green Blue C M Y K H S L
Decimal 9 67 141 0.94 0.52 0 0.45 213.64 0.88 0.29
Hex 9 43 8D 5E 34 0 2D D6 58 1D
Octal 11 103 215 136 64 0 55 326 130 35
Binary 1001 1000011 10001101 1011110 110100 0 101101 11010110 1011000 11101

Color Harmonies of #09438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09438D

Black with #09438D

Text Example


Text Example

White with #09438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09438D; }

 p { color: rgb(9,67,141); }

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

background-color css

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

 a { background-color: rgb(9,67,141); }

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

border-color css

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

 span { border-color: rgb(9,67,141); }

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