Html Css Color HEX #105274 Dark Cerulean

📋 copy color: '#105274'

red 16 ◦ green 82 ◦ blue 116

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

Shades of Dark Cerulean #105274

Tints of Dark Cerulean #105274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 7.48%
G = 38.32%
B = 54.21%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#105274 (or 0x105274) is known color: Dark Cerulean. HEX triplet: 10, 52 and 74. RGB value is (16,82,116). Sum of RGB (Red+Green+Blue) = 16+82+116=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #105274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105274 is #EFAD8B. Grayscale: #414141. Windows color (decimal): -15707532 or 7623184. OLE color: 7623184.

HSL color Cylindrical-coordinate representation of color #105274: hue angle of 200.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #105274 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 82 116 -
CMYK 0.86 0.29 0 0.55
HSL 200.4º 0.76% 0.26% -
HSV(B) 200.4º 0.86% 0.45% -
XYZ 6.38 7.41 17.62 -
YUV 66.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 16 82 116 0.86 0.29 0 0.55 200.4 0.76 0.26
Hex 10 52 74 56 1D 0 37 C8 4C 1A
Octal 20 122 164 126 35 0 67 310 114 32
Binary 10000 1010010 1110100 1010110 11101 0 110111 11001000 1001100 11010

Color Harmonies of #105274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105274

Black with #105274

Text Example


Text Example

White with #105274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105274; }

 p { color: rgb(16,82,116); }

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

background-color css

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

 a { background-color: rgb(16,82,116); }

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

border-color css

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

 span { border-color: rgb(16,82,116); }

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