#0B7AA4

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

Shades of Cerulean #0B7AA4

Tints of Cerulean #0B7AA4

Color information

#0B7AA4 (or 0x0B7AA4) is unknown color: approx Cerulean. HEX triplet: 0B, 7A and A4. RGB value is (11,122,164). Sum of RGB (Red+Green+Blue) = 11+122+164=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #0B7AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7AA4 is #F4855B. Grayscale: #5D5D5D. Windows color (decimal): -16024924 or 10779147. OLE color: 10779147.

HSL color Cylindrical-coordinate representation of color #0B7AA4: hue angle of 196.47º 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 #0B7AA4 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11122164-
CMYK0.930.2600.36
HSL196.47º87.43%34.31%-
HSV(B)196.47º93.29%64.31%-
XYZ13.816.6737.61-
YUV93.6167.7369.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 164 (64.45% from 255) = 55.22%
R=3.70%
G=41.08%
B=55.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111221640.930.2600.36196.4787.4334.31
HexB7AA45D1A024c45722
Octal131722441353204430412742
Binary10111111010101001001011101110100100100110001001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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