Html Css Color HEX #0B528D Dark Cerulean

📋 copy color: '#0B528D'

red 11 ◦ green 82 ◦ blue 141

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

Shades of Dark Cerulean #0B528D

Tints of Dark Cerulean #0B528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 4.7%
G = 35.04%
B = 60.26%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B528D (or 0x0B528D) is known color: Dark Cerulean. HEX triplet: 0B, 52 and 8D. RGB value is (11,82,141). Sum of RGB (Red+Green+Blue) = 11+82+141=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B528D is #F4AD72. Grayscale: #434343. Windows color (decimal): -16035187 or 9261579. OLE color: 9261579.

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

Color convert

RGB 11 82 141 -
CMYK 0.92 0.42 0 0.45
HSL 207.23º 0.86% 0.3% -
HSV(B) 207.23º 0.92% 0.55% -
XYZ 7.96 8.03 26.33 -
YUV 67.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 11 82 141 0.92 0.42 0 0.45 207.23 0.86 0.3
Hex B 52 8D 5C 2A 0 2D CF 56 1E
Octal 13 122 215 134 52 0 55 317 126 36
Binary 1011 1010010 10001101 1011100 101010 0 101101 11001111 1010110 11110

Color Harmonies of #0B528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B528D

Black with #0B528D

Text Example


Text Example

White with #0B528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,82,141); }

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

background-color css

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

 a { background-color: rgb(11,82,141); }

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

border-color css

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

 span { border-color: rgb(11,82,141); }

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