Html Css Color HEX #107293 Cerulean

📋 copy color: '#107293'

red 16 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #107293

Tints of Cerulean #107293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 5.78%
G = 41.16%
B = 53.07%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#107293 (or 0x107293) is known color: Cerulean. HEX triplet: 10, 72 and 93. RGB value is (16,114,147). Sum of RGB (Red+Green+Blue) = 16+114+147=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #107293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107293 is #EF8D6C. Grayscale: #585858. Windows color (decimal): -15699309 or 9662992. OLE color: 9662992.

HSL color Cylindrical-coordinate representation of color #107293: hue angle of 195.11º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107293 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 114 147 -
CMYK 0.89 0.22 0 0.42
HSL 195.11º 0.8% 0.32% -
HSV(B) 195.11º 0.89% 0.58% -
XYZ 11.5 14.25 29.75 -
YUV 88.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 16 114 147 0.89 0.22 0 0.42 195.11 0.8 0.32
Hex 10 72 93 59 16 0 2A C3 50 20
Octal 20 162 223 131 26 0 52 303 120 40
Binary 10000 1110010 10010011 1011001 10110 0 101010 11000011 1010000 100000

Color Harmonies of #107293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107293

Black with #107293

Text Example


Text Example

White with #107293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107293; }

 p { color: rgb(16,114,147); }

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

background-color css

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

 a { background-color: rgb(16,114,147); }

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

border-color css

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

 span { border-color: rgb(16,114,147); }

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