Html Css Color HEX #1A334F Regal Blue

📋 copy color: '#1A334F'

red 26 ◦ green 51 ◦ blue 79

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

Shades of Regal Blue #1A334F

Tints of Regal Blue #1A334F

RGB

 RED value IS 26 (10.55% from 255) = 16.67%

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 79 (31.25% from 255) = 50.64%

R = 16.67%
G = 32.69%
B = 50.64%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A334F (or 0x1A334F) is known color: Regal Blue. HEX triplet: 1A, 33 and 4F. RGB value is (26,51,79). Sum of RGB (Red+Green+Blue) = 26+51+79=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A334F is #E5CCB0. Grayscale: #2E2E2E. Windows color (decimal): -15060145 or 5190426. OLE color: 5190426.

HSL color Cylindrical-coordinate representation of color #1A334F: hue angle of 211.7º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A334F is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 51 79 -
CMYK 0.67 0.35 0 0.69
HSL 211.7º 0.5% 0.21% -
HSV(B) 211.7º 0.67% 0.31% -
XYZ 3.02 3.15 7.85 -
YUV 46.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 26 51 79 0.67 0.35 0 0.69 211.7 0.5 0.21
Hex 1A 33 4F 43 23 0 45 D4 32 15
Octal 32 63 117 103 43 0 105 324 62 25
Binary 11010 110011 1001111 1000011 100011 0 1000101 11010100 110010 10101

Color Harmonies of #1A334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A334F

Black with #1A334F

Text Example


Text Example

White with #1A334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A334F; }

 p { color: rgb(26,51,79); }

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

background-color css

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

 a { background-color: rgb(26,51,79); }

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

border-color css

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

 span { border-color: rgb(26,51,79); }

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