Html Css Color HEX #1072AB Cerulean

📋 copy color: '#1072AB'

red 16 ◦ green 114 ◦ blue 171

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

Shades of Cerulean #1072AB

Tints of Cerulean #1072AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 5.32%
G = 37.87%
B = 56.81%

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

#1072AB (or 0x1072AB) is known color: Cerulean. HEX triplet: 10, 72 and AB. RGB value is (16,114,171). Sum of RGB (Red+Green+Blue) = 16+114+171=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #1072AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1072AB is #EF8D54. Grayscale: #5A5A5A. Windows color (decimal): -15699285 or 11235856. OLE color: 11235856.

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

Color convert

RGB 16 114 171 -
CMYK 0.91 0.33 0 0.33
HSL 202.06º 0.83% 0.37% -
HSV(B) 202.06º 0.91% 0.67% -
XYZ 13.58 15.09 40.72 -
YUV 91.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 16 114 171 0.91 0.33 0 0.33 202.06 0.83 0.37
Hex 10 72 AB 5B 21 0 21 CA 53 25
Octal 20 162 253 133 41 0 41 312 123 45
Binary 10000 1110010 10101011 1011011 100001 0 100001 11001010 1010011 100101

Color Harmonies of #1072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1072AB

Black with #1072AB

Text Example


Text Example

White with #1072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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