Html Css Color HEX #107AAF Cerulean

📋 copy color: '#107AAF'

red 16 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #107AAF

Tints of Cerulean #107AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 5.11%
G = 38.98%
B = 55.91%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#107AAF (or 0x107AAF) is known color: Cerulean. HEX triplet: 10, 7A and AF. RGB value is (16,122,175). Sum of RGB (Red+Green+Blue) = 16+122+175=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #107AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107AAF is #EF8550. Grayscale: #606060. Windows color (decimal): -15697233 or 11500048. OLE color: 11500048.

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

Color convert

RGB 16 122 175 -
CMYK 0.91 0.30 0 0.31
HSL 200º 0.83% 0.37% -
HSV(B) 200º 0.91% 0.69% -
XYZ 14.91 17.12 43.08 -
YUV 96.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 16 122 175 0.91 0.30 0 0.31 200 0.83 0.37
Hex 10 7A AF 5B 1E 0 1F C8 53 25
Octal 20 172 257 133 36 0 37 310 123 45
Binary 10000 1111010 10101111 1011011 11110 0 11111 11001000 1010011 100101

Color Harmonies of #107AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107AAF

Black with #107AAF

Text Example


Text Example

White with #107AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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