Html Css Color HEX #104267 Regal Blue

📋 copy color: '#104267'

red 16 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #104267

Tints of Regal Blue #104267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 55.68%

R = 8.65%
G = 35.68%
B = 55.68%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#104267 (or 0x104267) is known color: Regal Blue. HEX triplet: 10, 42 and 67. RGB value is (16,66,103). Sum of RGB (Red+Green+Blue) = 16+66+103=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #104267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104267 is #EFBD98. Grayscale: #373737. Windows color (decimal): -15711641 or 6767120. OLE color: 6767120.

HSL color Cylindrical-coordinate representation of color #104267: hue angle of 205.52º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104267 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 66 103 -
CMYK 0.84 0.36 0 0.60
HSL 205.52º 0.73% 0.23% -
HSV(B) 205.52º 0.84% 0.4% -
XYZ 4.61 4.99 13.55 -
YUV 55.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 16 66 103 0.84 0.36 0 0.60 205.52 0.73 0.23
Hex 10 42 67 54 24 0 3C CE 49 17
Octal 20 102 147 124 44 0 74 316 111 27
Binary 10000 1000010 1100111 1010100 100100 0 111100 11001110 1001001 10111

Color Harmonies of #104267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104267

Black with #104267

Text Example


Text Example

White with #104267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104267; }

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

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

background-color css

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

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

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

border-color css

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

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

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