Html Css Color HEX #104269 Prussian Blue

📋 copy color: '#104269'

red 16 ◦ green 66 ◦ blue 105

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

Shades of Prussian Blue #104269

Tints of Prussian Blue #104269

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 8.56%
G = 35.29%
B = 56.15%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#104269 (or 0x104269) is known color: Prussian Blue. HEX triplet: 10, 42 and 69. RGB value is (16,66,105). Sum of RGB (Red+Green+Blue) = 16+66+105=187 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.56% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #104269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104269 is #EFBD96. Grayscale: #373737. Windows color (decimal): -15711639 or 6898192. OLE color: 6898192.

HSL color Cylindrical-coordinate representation of color #104269: hue angle of 206.29º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #104269 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 66 105 -
CMYK 0.85 0.37 0 0.59
HSL 206.29º 0.74% 0.24% -
HSV(B) 206.29º 0.85% 0.41% -
XYZ 4.71 5.03 14.09 -
YUV 55.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 16 66 105 0.85 0.37 0 0.59 206.29 0.74 0.24
Hex 10 42 69 55 25 0 3B CE 4A 18
Octal 20 102 151 125 45 0 73 316 112 30
Binary 10000 1000010 1101001 1010101 100101 0 111011 11001110 1001010 11000

Color Harmonies of #104269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104269

Black with #104269

Text Example


Text Example

White with #104269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104269; }

 p { color: rgb(16,66,105); }

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

background-color css

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

 a { background-color: rgb(16,66,105); }

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

border-color css

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

 span { border-color: rgb(16,66,105); }

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