#006BB1

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

Shades of Cerulean #006BB1

Tints of Cerulean #006BB1

Color information

#006BB1 (or 0x006BB1) is unknown color: approx Cerulean. HEX triplet: 00, 6B and B1. RGB value is (0,107,177). Sum of RGB (Red+Green+Blue) = 0+107+177=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #006BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BB1 is #FF944E. Grayscale: #525252. Windows color (decimal): -16749647 or 11627264. OLE color: 11627264.

HSL color Cylindrical-coordinate representation of color #006BB1: hue angle of 203.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BB1 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0107177-
CMYK10.4000.31
HSL203.73º100%34.71%-
HSV(B)203.73º100%69.41%-
XYZ13.1913.6943.54-
YUV82.99181.0568.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 37.68%
BLUE value IS 177 (69.53% from 255) = 62.32%
R=0%
G=37.68%
B=62.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal010717710.4000.31203.7310034.71
Hex06BB1642801Fcc6423
Octal01532611445003731414443
Binary01101011101100011100100101000011111110011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006BB1; }

 p { color: rgb(0,107,177); }

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

<style>
 a { background-color: #006BB1; }

 a { background-color: rgb(0,107,177); }

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

<style>
 span { border-color: #006BB1; }

 span { border-color: rgb(0,107,177); }

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