Html Css Color HEX #006AB1 Cerulean

📋 copy color: '#006AB1'

red 0 ◦ green 106 ◦ blue 177

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

Shades of Cerulean #006AB1

Tints of Cerulean #006AB1

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 37.46%

 BLUE value IS 177 (69.53% from 255) = 62.54%

R = 0%
G = 37.46%
B = 62.54%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#006AB1 (or 0x006AB1) is known color: Cerulean. HEX triplet: 00, 6A and B1. RGB value is (0,106,177). Sum of RGB (Red+Green+Blue) = 0+106+177=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #006AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AB1 is #FF954E. Grayscale: #525252. Windows color (decimal): -16749903 or 11627008. OLE color: 11627008.

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

Color convert

RGB 0 106 177 -
CMYK 1 0.40 0 0.31
HSL 204.07º 1% 0.35% -
HSV(B) 204.07º 1% 0.69% -
XYZ 13.09 13.48 43.51 -
YUV 82.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 0 106 177 1 0.40 0 0.31 204.07 1 0.35
Hex 0 6A B1 64 28 0 1F CC 64 23
Octal 0 152 261 144 50 0 37 314 144 43
Binary 0 1101010 10110001 1100100 101000 0 11111 11001100 1100100 100011

Color Harmonies of #006AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AB1

Black with #006AB1

Text Example


Text Example

White with #006AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006AB1;
 }
 .AnyTagClassName
 {
   color: #006AB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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