Html Css Color HEX #0B3884 Dark Cerulean

📋 copy color: '#0B3884'

red 11 ◦ green 56 ◦ blue 132

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

Shades of Dark Cerulean #0B3884

Tints of Dark Cerulean #0B3884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.14%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 5.53%
G = 28.14%
B = 66.33%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0B3884 (or 0x0B3884) is known color: Dark Cerulean. HEX triplet: 0B, 38 and 84. RGB value is (11,56,132). Sum of RGB (Red+Green+Blue) = 11+56+132=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #0B3884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3884 is #F4C77B. Grayscale: #323232. Windows color (decimal): -16041852 or 8665099. OLE color: 8665099.

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

Color convert

RGB 11 56 132 -
CMYK 0.92 0.58 0 0.48
HSL 217.69º 0.85% 0.28% -
HSV(B) 217.69º 0.92% 0.52% -
XYZ 5.72 4.57 22.41 -
YUV 51.21 173.59 99.32 -
System Red Green Blue C M Y K H S L
Decimal 11 56 132 0.92 0.58 0 0.48 217.69 0.85 0.28
Hex B 38 84 5C 3A 0 30 DA 55 1C
Octal 13 70 204 134 72 0 60 332 125 34
Binary 1011 111000 10000100 1011100 111010 0 110000 11011010 1010101 11100

Color Harmonies of #0B3884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3884

Black with #0B3884

Text Example


Text Example

White with #0B3884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,56,132); }

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

background-color css

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

 a { background-color: rgb(11,56,132); }

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

border-color css

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

 span { border-color: rgb(11,56,132); }

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