Html Css Color HEX #1071A7 Cerulean

📋 copy color: '#1071A7'

red 16 ◦ green 113 ◦ blue 167

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

Shades of Cerulean #1071A7

Tints of Cerulean #1071A7

RGB

 RED value IS 16 (6.64% from 255) = 5.41%

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

 BLUE value IS 167 (65.63% from 255) = 56.42%

R = 5.41%
G = 38.18%
B = 56.42%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1071A7 (or 0x1071A7) is known color: Cerulean. HEX triplet: 10, 71 and A7. RGB value is (16,113,167). Sum of RGB (Red+Green+Blue) = 16+113+167=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #1071A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1071A7 is #EF8E58. Grayscale: #595959. Windows color (decimal): -15699545 or 10973456. OLE color: 10973456.

HSL color Cylindrical-coordinate representation of color #1071A7: hue angle of 201.46º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1071A7 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 113 167 -
CMYK 0.90 0.32 0 0.35
HSL 201.46º 0.83% 0.36% -
HSV(B) 201.46º 0.9% 0.65% -
XYZ 13.09 14.71 38.71 -
YUV 90.15 171.36 75.11 -
System Red Green Blue C M Y K H S L
Decimal 16 113 167 0.90 0.32 0 0.35 201.46 0.83 0.36
Hex 10 71 A7 5A 20 0 23 C9 53 24
Octal 20 161 247 132 40 0 43 311 123 44
Binary 10000 1110001 10100111 1011010 100000 0 100011 11001001 1010011 100100

Color Harmonies of #1071A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071A7

Black with #1071A7

Text Example


Text Example

White with #1071A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1071A7; }

 p { color: rgb(16,113,167); }

 H1.HeaderClassName
 {
   color: #1071A7;
 }
 .AnyTagClassName
 {
   color: #1071A7;
 }
</style>

background-color css

<style>
 a { background-color: #1071A7; }

 a { background-color: rgb(16,113,167); }

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

border-color css

<style>
 span { border-color: #1071A7; }

 span { border-color: rgb(16,113,167); }

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