Html Css Color HEX #105093 Dark Cerulean

📋 copy color: '#105093'

red 16 ◦ green 80 ◦ blue 147

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

Shades of Dark Cerulean #105093

Tints of Dark Cerulean #105093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

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

R = 6.58%
G = 32.92%
B = 60.49%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#105093 (or 0x105093) is known color: Dark Cerulean. HEX triplet: 10, 50 and 93. RGB value is (16,80,147). Sum of RGB (Red+Green+Blue) = 16+80+147=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #105093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105093 is #EFAF6C. Grayscale: #444444. Windows color (decimal): -15708013 or 9654288. OLE color: 9654288.

HSL color Cylindrical-coordinate representation of color #105093: hue angle of 210.69º 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 #105093 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 80 147 -
CMYK 0.89 0.46 0 0.42
HSL 210.69º 0.8% 0.32% -
HSV(B) 210.69º 0.89% 0.58% -
XYZ 8.35 7.95 28.7 -
YUV 68.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 16 80 147 0.89 0.46 0 0.42 210.69 0.8 0.32
Hex 10 50 93 59 2E 0 2A D3 50 20
Octal 20 120 223 131 56 0 52 323 120 40
Binary 10000 1010000 10010011 1011001 101110 0 101010 11010011 1010000 100000

Color Harmonies of #105093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105093

Black with #105093

Text Example


Text Example

White with #105093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105093; }

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

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

background-color css

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

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

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

border-color css

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

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

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