Html Css Color HEX #1A67E9 Navy Blue

📋 copy color: '#1A67E9'

red 26 ◦ green 103 ◦ blue 233

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

Shades of Navy Blue #1A67E9

Tints of Navy Blue #1A67E9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 233 (91.41% from 255) = 64.36%

R = 7.18%
G = 28.45%
B = 64.36%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1A67E9 (or 0x1A67E9) is known color: Navy Blue. HEX triplet: 1A, 67 and E9. RGB value is (26,103,233). Sum of RGB (Red+Green+Blue) = 26+103+233=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #1A67E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A67E9 is #E59816. Grayscale: #5E5E5E. Windows color (decimal): -15046679 or 15296282. OLE color: 15296282.

HSL color Cylindrical-coordinate representation of color #1A67E9: hue angle of 217.68º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A67E9 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 103 233 -
CMYK 0.89 0.56 0 0.09
HSL 217.68º 0.82% 0.51% -
HSV(B) 217.68º 0.89% 0.91% -
XYZ 19.98 15.8 79.09 -
YUV 94.8 205.99 78.93 -
System Red Green Blue C M Y K H S L
Decimal 26 103 233 0.89 0.56 0 0.09 217.68 0.82 0.51
Hex 1A 67 E9 59 38 0 9 DA 52 33
Octal 32 147 351 131 70 0 11 332 122 63
Binary 11010 1100111 11101001 1011001 111000 0 1001 11011010 1010010 110011

Color Harmonies of #1A67E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A67E9

Black with #1A67E9

Text Example


Text Example

White with #1A67E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,103,233); }

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

background-color css

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

 a { background-color: rgb(26,103,233); }

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

border-color css

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

 span { border-color: rgb(26,103,233); }

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