Html Css Color HEX #0B6893 Cerulean

📋 copy color: '#0B6893'

red 11 ◦ green 104 ◦ blue 147

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

Shades of Cerulean #0B6893

Tints of Cerulean #0B6893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.69%

 BLUE value IS 147 (57.81% from 255) = 56.11%

R = 4.2%
G = 39.69%
B = 56.11%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B6893 (or 0x0B6893) is known color: Cerulean. HEX triplet: 0B, 68 and 93. RGB value is (11,104,147). Sum of RGB (Red+Green+Blue) = 11+104+147=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B6893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6893 is #F4976C. Grayscale: #505050. Windows color (decimal): -16029549 or 9660427. OLE color: 9660427.

HSL color Cylindrical-coordinate representation of color #0B6893: hue angle of 198.97º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B6893 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 104 147 -
CMYK 0.93 0.29 0 0.42
HSL 198.97º 0.86% 0.31% -
HSV(B) 198.97º 0.93% 0.58% -
XYZ 10.35 12.08 29.39 -
YUV 81.1 165.19 78 -
System Red Green Blue C M Y K H S L
Decimal 11 104 147 0.93 0.29 0 0.42 198.97 0.86 0.31
Hex B 68 93 5D 1D 0 2A C7 56 1F
Octal 13 150 223 135 35 0 52 307 126 37
Binary 1011 1101000 10010011 1011101 11101 0 101010 11000111 1010110 11111

Color Harmonies of #0B6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6893

Black with #0B6893

Text Example


Text Example

White with #0B6893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,104,147); }

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

background-color css

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

 a { background-color: rgb(11,104,147); }

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

border-color css

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

 span { border-color: rgb(11,104,147); }

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