Html Css Color HEX #007CB6 Cerulean

📋 copy color: '#007CB6'

red 0 ◦ green 124 ◦ blue 182

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

Shades of Cerulean #007CB6

Tints of Cerulean #007CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

 BLUE value IS 182 (71.48% from 255) = 59.48%

R = 0%
G = 40.52%
B = 59.48%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#007CB6 (or 0x007CB6) is known color: Cerulean. HEX triplet: 00, 7C and B6. RGB value is (0,124,182). Sum of RGB (Red+Green+Blue) = 0+124+182=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #007CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CB6 is #FF8349. Grayscale: #5D5D5D. Windows color (decimal): -16745290 or 11959296. OLE color: 11959296.

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

Color convert

RGB 0 124 182 -
CMYK 1 0.32 0 0.29
HSL 199.12º 1% 0.36% -
HSV(B) 199.12º 1% 0.71% -
XYZ 15.65 17.79 46.87 -
YUV 93.54 177.92 61.28 -
System Red Green Blue C M Y K H S L
Decimal 0 124 182 1 0.32 0 0.29 199.12 1 0.36
Hex 0 7C B6 64 20 0 1D C7 64 24
Octal 0 174 266 144 40 0 35 307 144 44
Binary 0 1111100 10110110 1100100 100000 0 11101 11000111 1100100 100100

Color Harmonies of #007CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CB6

Black with #007CB6

Text Example


Text Example

White with #007CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,124,182); }

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

background-color css

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

 a { background-color: rgb(0,124,182); }

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

border-color css

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

 span { border-color: rgb(0,124,182); }

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