Html Css Color HEX #006BAE Cerulean

📋 copy color: '#006BAE'

red 0 ◦ green 107 ◦ blue 174

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

Shades of Cerulean #006BAE

Tints of Cerulean #006BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 0%
G = 38.08%
B = 61.92%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#006BAE (or 0x006BAE) is known color: Cerulean. HEX triplet: 00, 6B and AE. RGB value is (0,107,174). Sum of RGB (Red+Green+Blue) = 0+107+174=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #006BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006BAE is #FF9451. Grayscale: #525252. Windows color (decimal): -16749650 or 11430656. OLE color: 11430656.

HSL color Cylindrical-coordinate representation of color #006BAE: hue angle of 203.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BAE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 107 174 -
CMYK 1 0.39 0 0.32
HSL 203.1º 1% 0.34% -
HSV(B) 203.1º 1% 0.68% -
XYZ 12.9 13.57 41.98 -
YUV 82.65 179.55 69.05 -
System Red Green Blue C M Y K H S L
Decimal 0 107 174 1 0.39 0 0.32 203.1 1 0.34
Hex 0 6B AE 64 27 0 20 CB 64 22
Octal 0 153 256 144 47 0 40 313 144 42
Binary 0 1101011 10101110 1100100 100111 0 100000 11001011 1100100 100010

Color Harmonies of #006BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BAE

Black with #006BAE

Text Example


Text Example

White with #006BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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