Html Css Color HEX #107AAA Cerulean

📋 copy color: '#107AAA'

red 16 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #107AAA

Tints of Cerulean #107AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 5.19%
G = 39.61%
B = 55.19%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107AAA (or 0x107AAA) is known color: Cerulean. HEX triplet: 10, 7A and AA. RGB value is (16,122,170). Sum of RGB (Red+Green+Blue) = 16+122+170=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #107AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AAA is #EF8555. Grayscale: #5F5F5F. Windows color (decimal): -15697238 or 11172368. OLE color: 11172368.

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

Color convert

RGB 16 122 170 -
CMYK 0.91 0.28 0 0.33
HSL 198.7º 0.83% 0.36% -
HSV(B) 198.7º 0.91% 0.67% -
XYZ 14.43 16.93 40.54 -
YUV 95.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 16 122 170 0.91 0.28 0 0.33 198.7 0.83 0.36
Hex 10 7A AA 5B 1C 0 21 C7 53 24
Octal 20 172 252 133 34 0 41 307 123 44
Binary 10000 1111010 10101010 1011011 11100 0 100001 11000111 1010011 100100

Color Harmonies of #107AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AAA

Black with #107AAA

Text Example


Text Example

White with #107AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107AAA; }

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

 H1.HeaderClassName
 {
   color: #107AAA;
 }
 .AnyTagClassName
 {
   color: #107AAA;
 }
</style>

background-color css

<style>
 a { background-color: #107AAA; }

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

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

border-color css

<style>
 span { border-color: #107AAA; }

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

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