Html Css Color HEX #0071B1 Cerulean

📋 copy color: '#0071B1'

red 0 ◦ green 113 ◦ blue 177

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

Shades of Cerulean #0071B1

Tints of Cerulean #0071B1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.97%

 BLUE value IS 177 (69.53% from 255) = 61.03%

R = 0%
G = 38.97%
B = 61.03%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0071B1 (or 0x0071B1) is known color: Cerulean. HEX triplet: 00, 71 and B1. RGB value is (0,113,177). Sum of RGB (Red+Green+Blue) = 0+113+177=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 177 (69.53% from 255 or 61.03% from 290); Max value from RGB is 177 - color contains mainly: blue. Hex color #0071B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0071B1 is #FF8E4E. Grayscale: #565656. Windows color (decimal): -16748111 or 11628800. OLE color: 11628800.

HSL color Cylindrical-coordinate representation of color #0071B1: hue angle of 201.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0071B1 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 113 177 -
CMYK 1 0.36 0 0.31
HSL 201.69º 1% 0.35% -
HSV(B) 201.69º 1% 0.69% -
XYZ 13.84 14.98 43.76 -
YUV 86.51 179.06 66.3 -
System Red Green Blue C M Y K H S L
Decimal 0 113 177 1 0.36 0 0.31 201.69 1 0.35
Hex 0 71 B1 64 24 0 1F CA 64 23
Octal 0 161 261 144 44 0 37 312 144 43
Binary 0 1110001 10110001 1100100 100100 0 11111 11001010 1100100 100011

Color Harmonies of #0071B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0071B1

Black with #0071B1

Text Example


Text Example

White with #0071B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0071B1; }

 p { color: rgb(0,113,177); }

 H1.HeaderClassName
 {
   color: #0071B1;
 }
 .AnyTagClassName
 {
   color: #0071B1;
 }
</style>

background-color css

<style>
 a { background-color: #0071B1; }

 a { background-color: rgb(0,113,177); }

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

border-color css

<style>
 span { border-color: #0071B1; }

 span { border-color: rgb(0,113,177); }

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