Html Css Color HEX #134368 Regal Blue

📋 copy color: '#134368'

red 19 ◦ green 67 ◦ blue 104

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

Shades of Regal Blue #134368

Tints of Regal Blue #134368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.26%

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

R = 10%
G = 35.26%
B = 54.74%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#134368 (or 0x134368) is known color: Regal Blue. HEX triplet: 13, 43 and 68. RGB value is (19,67,104). Sum of RGB (Red+Green+Blue) = 19+67+104=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #134368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134368 is #ECBC97. Grayscale: #383838. Windows color (decimal): -15514776 or 6832915. OLE color: 6832915.

HSL color Cylindrical-coordinate representation of color #134368: hue angle of 206.12º 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 #134368 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 67 104 -
CMYK 0.82 0.36 0 0.59
HSL 206.12º 0.69% 0.24% -
HSV(B) 206.12º 0.82% 0.41% -
XYZ 4.77 5.15 13.84 -
YUV 56.87 154.6 100.99 -
System Red Green Blue C M Y K H S L
Decimal 19 67 104 0.82 0.36 0 0.59 206.12 0.69 0.24
Hex 13 43 68 52 24 0 3B CE 45 18
Octal 23 103 150 122 44 0 73 316 105 30
Binary 10011 1000011 1101000 1010010 100100 0 111011 11001110 1000101 11000

Color Harmonies of #134368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134368

Black with #134368

Text Example


Text Example

White with #134368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134368; }

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

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

background-color css

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

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

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

border-color css

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

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

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