Html Css Color HEX #1072AA Cerulean

📋 copy color: '#1072AA'

red 16 ◦ green 114 ◦ blue 170

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

Shades of Cerulean #1072AA

Tints of Cerulean #1072AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 5.33%
G = 38%
B = 56.67%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1072AA (or 0x1072AA) is known color: Cerulean. HEX triplet: 10, 72 and AA. RGB value is (16,114,170). Sum of RGB (Red+Green+Blue) = 16+114+170=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #1072AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1072AA is #EF8D55. Grayscale: #5A5A5A. Windows color (decimal): -15699286 or 11170320. OLE color: 11170320.

HSL color Cylindrical-coordinate representation of color #1072AA: hue angle of 201.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1072AA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 114 170 -
CMYK 0.91 0.33 0 0.33
HSL 201.82º 0.83% 0.36% -
HSV(B) 201.82º 0.91% 0.67% -
XYZ 13.49 15.05 40.22 -
YUV 91.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 16 114 170 0.91 0.33 0 0.33 201.82 0.83 0.36
Hex 10 72 AA 5B 21 0 21 CA 53 24
Octal 20 162 252 133 41 0 41 312 123 44
Binary 10000 1110010 10101010 1011011 100001 0 100001 11001010 1010011 100100

Color Harmonies of #1072AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072AA

Black with #1072AA

Text Example


Text Example

White with #1072AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1072AA; }

 p { color: rgb(16,114,170); }

 H1.HeaderClassName
 {
   color: #1072AA;
 }
 .AnyTagClassName
 {
   color: #1072AA;
 }
</style>

background-color css

<style>
 a { background-color: #1072AA; }

 a { background-color: rgb(16,114,170); }

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

border-color css

<style>
 span { border-color: #1072AA; }

 span { border-color: rgb(16,114,170); }

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