Html Css Color HEX #007BAD Cerulean

📋 copy color: '#007BAD'

red 0 ◦ green 123 ◦ blue 173

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

Shades of Cerulean #007BAD

Tints of Cerulean #007BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.45%

R = 0%
G = 41.55%
B = 58.45%

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

#007BAD (or 0x007BAD) is known color: Cerulean. HEX triplet: 00, 7B and AD. RGB value is (0,123,173). Sum of RGB (Red+Green+Blue) = 0+123+173=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #007BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BAD is #FF8452. Grayscale: #5B5B5B. Windows color (decimal): -16745555 or 11369216. OLE color: 11369216.

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

Color convert

RGB 0 123 173 -
CMYK 1 0.29 0 0.32
HSL 197.34º 1% 0.34% -
HSV(B) 197.34º 1% 0.68% -
XYZ 14.63 17.18 42.08 -
YUV 91.92 173.75 62.43 -
System Red Green Blue C M Y K H S L
Decimal 0 123 173 1 0.29 0 0.32 197.34 1 0.34
Hex 0 7B AD 64 1D 0 20 C5 64 22
Octal 0 173 255 144 35 0 40 305 144 42
Binary 0 1111011 10101101 1100100 11101 0 100000 11000101 1100100 100010

Color Harmonies of #007BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BAD

Black with #007BAD

Text Example


Text Example

White with #007BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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