Html Css Color HEX #007BA0 Cerulean

📋 copy color: '#007BA0'

red 0 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #007BA0

Tints of Cerulean #007BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 56.54%

R = 0%
G = 43.46%
B = 56.54%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#007BA0 (or 0x007BA0) is known color: Cerulean. HEX triplet: 00, 7B and A0. RGB value is (0,123,160). Sum of RGB (Red+Green+Blue) = 0+123+160=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #007BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BA0 is #FF845F. Grayscale: #5A5A5A. Windows color (decimal): -16745568 or 10517248. OLE color: 10517248.

HSL color Cylindrical-coordinate representation of color #007BA0: hue angle of 193.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BA0 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 123 160 -
CMYK 1 0.23 0 0.37
HSL 193.88º 1% 0.31% -
HSV(B) 193.88º 1% 0.63% -
XYZ 13.43 16.7 35.77 -
YUV 90.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 0 123 160 1 0.23 0 0.37 193.88 1 0.31
Hex 0 7B A0 64 17 0 25 C2 64 1F
Octal 0 173 240 144 27 0 45 302 144 37
Binary 0 1111011 10100000 1100100 10111 0 100101 11000010 1100100 11111

Color Harmonies of #007BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BA0

Black with #007BA0

Text Example


Text Example

White with #007BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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