#006CB1

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

Shades of Cerulean #006CB1

Tints of Cerulean #006CB1

Color information

#006CB1 (or 0x006CB1) is unknown color: approx Cerulean. HEX triplet: 00, 6C and B1. RGB value is (0,108,177). Sum of RGB (Red+Green+Blue) = 0+108+177=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #006CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006CB1 is #FF934E. Grayscale: #535353. Windows color (decimal): -16749391 or 11627520. OLE color: 11627520.

HSL color Cylindrical-coordinate representation of color #006CB1: hue angle of 203.39º 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 #006CB1 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0108177-
CMYK10.3900.31
HSL203.39º100%34.71%-
HSV(B)203.39º100%69.41%-
XYZ13.313.943.58-
YUV83.57180.7268.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=0%
G=37.89%
B=62.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal010817710.3900.31203.3910034.71
Hex06CB1642701Fcb6423
Octal01542611444703731314443
Binary01101100101100011100100100111011111110010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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