Html Css Color HEX #0B4A82 Dark Cerulean

📋 copy color: '#0B4A82'

red 11 ◦ green 74 ◦ blue 130

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

Shades of Dark Cerulean #0B4A82

Tints of Dark Cerulean #0B4A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 5.12%
G = 34.42%
B = 60.47%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0B4A82 (or 0x0B4A82) is known color: Dark Cerulean. HEX triplet: 0B, 4A and 82. RGB value is (11,74,130). Sum of RGB (Red+Green+Blue) = 11+74+130=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B4A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4A82 is #F4B57D. Grayscale: #3D3D3D. Windows color (decimal): -16037246 or 8538635. OLE color: 8538635.

HSL color Cylindrical-coordinate representation of color #0B4A82: hue angle of 208.24º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B4A82 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 74 130 -
CMYK 0.92 0.43 0 0.49
HSL 208.24º 0.84% 0.28% -
HSV(B) 208.24º 0.92% 0.51% -
XYZ 6.62 6.58 22.04 -
YUV 61.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 11 74 130 0.92 0.43 0 0.49 208.24 0.84 0.28
Hex B 4A 82 5C 2B 0 31 D0 54 1C
Octal 13 112 202 134 53 0 61 320 124 34
Binary 1011 1001010 10000010 1011100 101011 0 110001 11010000 1010100 11100

Color Harmonies of #0B4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4A82

Black with #0B4A82

Text Example


Text Example

White with #0B4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,130); }

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

background-color css

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

 a { background-color: rgb(11,74,130); }

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

border-color css

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

 span { border-color: rgb(11,74,130); }

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