Html Css Color HEX #107AAC Cerulean

📋 copy color: '#107AAC'

red 16 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #107AAC

Tints of Cerulean #107AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 5.16%
G = 39.35%
B = 55.48%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#107AAC (or 0x107AAC) is known color: Cerulean. HEX triplet: 10, 7A and AC. RGB value is (16,122,172). Sum of RGB (Red+Green+Blue) = 16+122+172=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #107AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AAC is #EF8553. Grayscale: #5F5F5F. Windows color (decimal): -15697236 or 11303440. OLE color: 11303440.

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

Color convert

RGB 16 122 172 -
CMYK 0.91 0.29 0 0.33
HSL 199.23º 0.83% 0.37% -
HSV(B) 199.23º 0.91% 0.67% -
XYZ 14.62 17.01 41.54 -
YUV 96.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 16 122 172 0.91 0.29 0 0.33 199.23 0.83 0.37
Hex 10 7A AC 5B 1D 0 21 C7 53 25
Octal 20 172 254 133 35 0 41 307 123 45
Binary 10000 1111010 10101100 1011011 11101 0 100001 11000111 1010011 100101

Color Harmonies of #107AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AAC

Black with #107AAC

Text Example


Text Example

White with #107AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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