Html Css Color HEX #09438B Dark Cerulean

📋 copy color: '#09438B'

red 9 ◦ green 67 ◦ blue 139

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

Shades of Dark Cerulean #09438B

Tints of Dark Cerulean #09438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.65%

R = 4.19%
G = 31.16%
B = 64.65%

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

#09438B (or 0x09438B) is known color: Dark Cerulean. HEX triplet: 09, 43 and 8B. RGB value is (9,67,139). Sum of RGB (Red+Green+Blue) = 9+67+139=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #09438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09438B is #F6BC74. Grayscale: #393939. Windows color (decimal): -16170101 or 9126665. OLE color: 9126665.

HSL color Cylindrical-coordinate representation of color #09438B: hue angle of 213.23º 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 #09438B is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 67 139 -
CMYK 0.94 0.52 0 0.45
HSL 213.23º 0.88% 0.29% -
HSV(B) 213.23º 0.94% 0.55% -
XYZ 6.78 5.94 25.21 -
YUV 57.87 173.78 93.15 -
System Red Green Blue C M Y K H S L
Decimal 9 67 139 0.94 0.52 0 0.45 213.23 0.88 0.29
Hex 9 43 8B 5E 34 0 2D D5 58 1D
Octal 11 103 213 136 64 0 55 325 130 35
Binary 1001 1000011 10001011 1011110 110100 0 101101 11010101 1011000 11101

Color Harmonies of #09438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09438B

Black with #09438B

Text Example


Text Example

White with #09438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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