Html Css Color HEX #1074AA Cerulean

📋 copy color: '#1074AA'

red 16 ◦ green 116 ◦ blue 170

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

Shades of Cerulean #1074AA

Tints of Cerulean #1074AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 5.3%
G = 38.41%
B = 56.29%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1074AA (or 0x1074AA) is known color: Cerulean. HEX triplet: 10, 74 and AA. RGB value is (16,116,170). Sum of RGB (Red+Green+Blue) = 16+116+170=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #1074AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1074AA is #EF8B55. Grayscale: #5B5B5B. Windows color (decimal): -15698774 or 11170832. OLE color: 11170832.

HSL color Cylindrical-coordinate representation of color #1074AA: hue angle of 201.04º 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 #1074AA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 116 170 -
CMYK 0.91 0.32 0 0.33
HSL 201.04º 0.83% 0.36% -
HSV(B) 201.04º 0.91% 0.67% -
XYZ 13.71 15.5 40.3 -
YUV 92.26 171.87 73.61 -
System Red Green Blue C M Y K H S L
Decimal 16 116 170 0.91 0.32 0 0.33 201.04 0.83 0.36
Hex 10 74 AA 5B 20 0 21 C9 53 24
Octal 20 164 252 133 40 0 41 311 123 44
Binary 10000 1110100 10101010 1011011 100000 0 100001 11001001 1010011 100100

Color Harmonies of #1074AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1074AA

Black with #1074AA

Text Example


Text Example

White with #1074AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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