#0B7BA4

Color #0B7BA4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0B7BA4

Tints of Cerulean #0B7BA4

Color information

#0B7BA4 (or 0x0B7BA4) is unknown color: approx Cerulean. HEX triplet: 0B, 7B and A4. RGB value is (11,123,164). Sum of RGB (Red+Green+Blue) = 11+123+164=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #0B7BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7BA4 is #F4845B. Grayscale: #5D5D5D. Windows color (decimal): -16024668 or 10779403. OLE color: 10779403.

HSL color Cylindrical-coordinate representation of color #0B7BA4: hue angle of 196.08º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B7BA4 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11123164-
CMYK0.930.2500.36
HSL196.08º87.43%34.31%-
HSV(B)196.08º93.29%64.31%-
XYZ13.9216.9237.65-
YUV94.19167.3968.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 164 (64.45% from 255) = 55.03%
R=3.69%
G=41.28%
B=55.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111231640.930.2500.36196.0887.4334.31
HexB7BA45D19024c45722
Octal131732441353104430412742
Binary10111111011101001001011101110010100100110001001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,164); }

 H1.HeaderClassName
 {
   color: #0B7BA4;
 }
 .AnyTagClassName
 {
   color: #0B7BA4;
 }
</style>
background-color css

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

 a { background-color: rgb(11,123,164); }

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

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

 span { border-color: rgb(11,123,164); }

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