Html Css Color HEX #006BAA Cerulean

📋 copy color: '#006BAA'

red 0 ◦ green 107 ◦ blue 170

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

Shades of Cerulean #006BAA

Tints of Cerulean #006BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

 BLUE value IS 170 (66.8% from 255) = 61.37%

R = 0%
G = 38.63%
B = 61.37%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006BAA (or 0x006BAA) is known color: Cerulean. HEX triplet: 00, 6B and AA. RGB value is (0,107,170). Sum of RGB (Red+Green+Blue) = 0+107+170=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #006BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAA is #FF9455. Grayscale: #515151. Windows color (decimal): -16749654 or 11168512. OLE color: 11168512.

HSL color Cylindrical-coordinate representation of color #006BAA: hue angle of 202.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BAA is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 107 170 -
CMYK 1 0.37 0 0.33
HSL 202.24º 1% 0.33% -
HSV(B) 202.24º 1% 0.67% -
XYZ 12.51 13.42 39.96 -
YUV 82.19 177.55 69.38 -
System Red Green Blue C M Y K H S L
Decimal 0 107 170 1 0.37 0 0.33 202.24 1 0.33
Hex 0 6B AA 64 25 0 21 CA 64 21
Octal 0 153 252 144 45 0 41 312 144 41
Binary 0 1101011 10101010 1100100 100101 0 100001 11001010 1100100 100001

Color Harmonies of #006BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BAA

Black with #006BAA

Text Example


Text Example

White with #006BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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