Html Css Color HEX #134268 Regal Blue

📋 copy color: '#134268'

red 19 ◦ green 66 ◦ blue 104

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

Shades of Regal Blue #134268

Tints of Regal Blue #134268

RGB

 RED value IS 19 (7.81% from 255) = 10.05%

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

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 10.05%
G = 34.92%
B = 55.03%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134268 (or 0x134268) is known color: Regal Blue. HEX triplet: 13, 42 and 68. RGB value is (19,66,104). Sum of RGB (Red+Green+Blue) = 19+66+104=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #134268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134268 is #ECBD97. Grayscale: #383838. Windows color (decimal): -15515032 or 6832659. OLE color: 6832659.

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

Color convert

RGB 19 66 104 -
CMYK 0.82 0.37 0 0.59
HSL 206.82º 0.69% 0.24% -
HSV(B) 206.82º 0.82% 0.41% -
XYZ 4.72 5.03 13.82 -
YUV 56.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 19 66 104 0.82 0.37 0 0.59 206.82 0.69 0.24
Hex 13 42 68 52 25 0 3B CF 45 18
Octal 23 102 150 122 45 0 73 317 105 30
Binary 10011 1000010 1101000 1010010 100101 0 111011 11001111 1000101 11000

Color Harmonies of #134268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134268

Black with #134268

Text Example


Text Example

White with #134268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134268; }

 p { color: rgb(19,66,104); }

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

background-color css

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

 a { background-color: rgb(19,66,104); }

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

border-color css

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

 span { border-color: rgb(19,66,104); }

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