Html Css Color HEX #0B438B Dark Cerulean

📋 copy color: '#0B438B'

red 11 ◦ green 67 ◦ blue 139

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

Shades of Dark Cerulean #0B438B

Tints of Dark Cerulean #0B438B

RGB

 RED value IS 11 (4.69% from 255) = 5.07%

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

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

R = 5.07%
G = 30.88%
B = 64.06%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B438B (or 0x0B438B) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 8B. RGB value is (11,67,139). Sum of RGB (Red+Green+Blue) = 11+67+139=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B438B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B438B is #F4BC74. Grayscale: #3A3A3A. Windows color (decimal): -16039029 or 9126667. OLE color: 9126667.

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

Color convert

RGB 11 67 139 -
CMYK 0.92 0.52 0 0.45
HSL 213.75º 0.85% 0.29% -
HSV(B) 213.75º 0.92% 0.55% -
XYZ 6.81 5.95 25.22 -
YUV 58.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 11 67 139 0.92 0.52 0 0.45 213.75 0.85 0.29
Hex B 43 8B 5C 34 0 2D D6 55 1D
Octal 13 103 213 134 64 0 55 326 125 35
Binary 1011 1000011 10001011 1011100 110100 0 101101 11010110 1010101 11101

Color Harmonies of #0B438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B438B

Black with #0B438B

Text Example


Text Example

White with #0B438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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