Html Css Color HEX #107AAE Cerulean

📋 copy color: '#107AAE'

red 16 ◦ green 122 ◦ blue 174

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

Shades of Cerulean #107AAE

Tints of Cerulean #107AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 5.13%
G = 39.1%
B = 55.77%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#107AAE (or 0x107AAE) is known color: Cerulean. HEX triplet: 10, 7A and AE. RGB value is (16,122,174). Sum of RGB (Red+Green+Blue) = 16+122+174=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #107AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AAE is #EF8551. Grayscale: #5F5F5F. Windows color (decimal): -15697234 or 11434512. OLE color: 11434512.

HSL color Cylindrical-coordinate representation of color #107AAE: hue angle of 199.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107AAE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 122 174 -
CMYK 0.91 0.30 0 0.32
HSL 199.75º 0.83% 0.37% -
HSV(B) 199.75º 0.91% 0.68% -
XYZ 14.81 17.09 42.56 -
YUV 96.23 171.88 70.77 -
System Red Green Blue C M Y K H S L
Decimal 16 122 174 0.91 0.30 0 0.32 199.75 0.83 0.37
Hex 10 7A AE 5B 1E 0 20 C8 53 25
Octal 20 172 256 133 36 0 40 310 123 45
Binary 10000 1111010 10101110 1011011 11110 0 100000 11001000 1010011 100101

Color Harmonies of #107AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AAE

Black with #107AAE

Text Example


Text Example

White with #107AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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