Html Css Color HEX #114267 Regal Blue

📋 copy color: '#114267'

red 17 ◦ green 66 ◦ blue 103

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

Shades of Regal Blue #114267

Tints of Regal Blue #114267

RGB

 RED value IS 17 (7.03% from 255) = 9.14%

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

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

R = 9.14%
G = 35.48%
B = 55.38%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#114267 (or 0x114267) is known color: Regal Blue. HEX triplet: 11, 42 and 67. RGB value is (17,66,103). Sum of RGB (Red+Green+Blue) = 17+66+103=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #114267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114267 is #EEBD98. Grayscale: #373737. Windows color (decimal): -15646105 or 6767121. OLE color: 6767121.

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

Color convert

RGB 17 66 103 -
CMYK 0.83 0.36 0 0.60
HSL 205.81º 0.72% 0.24% -
HSV(B) 205.81º 0.83% 0.4% -
XYZ 4.63 4.99 13.55 -
YUV 55.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 17 66 103 0.83 0.36 0 0.60 205.81 0.72 0.24
Hex 11 42 67 53 24 0 3C CE 48 18
Octal 21 102 147 123 44 0 74 316 110 30
Binary 10001 1000010 1100111 1010011 100100 0 111100 11001110 1001000 11000

Color Harmonies of #114267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114267

Black with #114267

Text Example


Text Example

White with #114267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114267; }

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

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

background-color css

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

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

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

border-color css

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

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

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