Html Css Color HEX #007BAE Cerulean

📋 copy color: '#007BAE'

red 0 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #007BAE

Tints of Cerulean #007BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

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

R = 0%
G = 41.41%
B = 58.59%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#007BAE (or 0x007BAE) is known color: Cerulean. HEX triplet: 00, 7B and AE. RGB value is (0,123,174). Sum of RGB (Red+Green+Blue) = 0+123+174=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #007BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BAE is #FF8451. Grayscale: #5B5B5B. Windows color (decimal): -16745554 or 11434752. OLE color: 11434752.

HSL color Cylindrical-coordinate representation of color #007BAE: hue angle of 197.59º 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 #007BAE is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 123 174 -
CMYK 1 0.29 0 0.32
HSL 197.59º 1% 0.34% -
HSV(B) 197.59º 1% 0.68% -
XYZ 14.72 17.22 42.59 -
YUV 92.04 174.25 62.35 -
System Red Green Blue C M Y K H S L
Decimal 0 123 174 1 0.29 0 0.32 197.59 1 0.34
Hex 0 7B AE 64 1D 0 20 C6 64 22
Octal 0 173 256 144 35 0 40 306 144 42
Binary 0 1111011 10101110 1100100 11101 0 100000 11000110 1100100 100010

Color Harmonies of #007BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BAE

Black with #007BAE

Text Example


Text Example

White with #007BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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