Html Css Color HEX #007BC0 Cerulean

📋 copy color: '#007BC0'

red 0 ◦ green 123 ◦ blue 192

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

Shades of Cerulean #007BC0

Tints of Cerulean #007BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.95%

R = 0%
G = 39.05%
B = 60.95%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#007BC0 (or 0x007BC0) is known color: Cerulean. HEX triplet: 00, 7B and C0. RGB value is (0,123,192). Sum of RGB (Red+Green+Blue) = 0+123+192=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #007BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC0 is #FF843F. Grayscale: #5D5D5D. Windows color (decimal): -16745536 or 12614400. OLE color: 12614400.

HSL color Cylindrical-coordinate representation of color #007BC0: hue angle of 201.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BC0 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 123 192 -
CMYK 1 0.36 0 0.25
HSL 201.56º 1% 0.38% -
HSV(B) 201.56º 1% 0.75% -
XYZ 16.6 17.97 52.46 -
YUV 94.09 183.25 60.89 -
System Red Green Blue C M Y K H S L
Decimal 0 123 192 1 0.36 0 0.25 201.56 1 0.38
Hex 0 7B C0 64 24 0 19 CA 64 26
Octal 0 173 300 144 44 0 31 312 144 46
Binary 0 1111011 11000000 1100100 100100 0 11001 11001010 1100100 100110

Color Harmonies of #007BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007BC0

Black with #007BC0

Text Example


Text Example

White with #007BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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