Html Css Color HEX #007FB6 Cerulean

📋 copy color: '#007FB6'

red 0 ◦ green 127 ◦ blue 182

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

Shades of Cerulean #007FB6

Tints of Cerulean #007FB6

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

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

R = 0%
G = 41.1%
B = 58.9%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#007FB6 (or 0x007FB6) is known color: Cerulean. HEX triplet: 00, 7F and B6. RGB value is (0,127,182). Sum of RGB (Red+Green+Blue) = 0+127+182=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #007FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007FB6 is #FF8049. Grayscale: #5E5E5E. Windows color (decimal): -16744522 or 11960064. OLE color: 11960064.

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

Color convert

RGB 0 127 182 -
CMYK 1 0.30 0 0.29
HSL 198.13º 1% 0.36% -
HSV(B) 198.13º 1% 0.71% -
XYZ 16.03 18.56 46.99 -
YUV 95.3 176.92 60.03 -
System Red Green Blue C M Y K H S L
Decimal 0 127 182 1 0.30 0 0.29 198.13 1 0.36
Hex 0 7F B6 64 1E 0 1D C6 64 24
Octal 0 177 266 144 36 0 35 306 144 44
Binary 0 1111111 10110110 1100100 11110 0 11101 11000110 1100100 100100

Color Harmonies of #007FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007FB6

Black with #007FB6

Text Example


Text Example

White with #007FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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