Html Css Color HEX #0026AD International Klein Blue

📋 copy color: '#0026AD'

red 0 ◦ green 38 ◦ blue 173

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

Shades of International Klein Blue #0026AD

Tints of International Klein Blue #0026AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 38 (15.23% from 255) = 18.01%

 BLUE value IS 173 (67.97% from 255) = 81.99%

R = 0%
G = 18.01%
B = 81.99%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0026AD (or 0x0026AD) is known color: International Klein Blue. HEX triplet: 00, 26 and AD. RGB value is (0,38,173). Sum of RGB (Red+Green+Blue) = 0+38+173=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 173 (67.97% from 255 or 81.99% from 211); Max value from RGB is 173 - color contains mainly: blue. Hex color #0026AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0026AD is #FFD952. Grayscale: #292929. Windows color (decimal): -16767315 or 11347456. OLE color: 11347456.

HSL color Cylindrical-coordinate representation of color #0026AD: hue angle of 226.82º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0026AD is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 38 173 -
CMYK 1 0.78 0 0.32
HSL 226.82º 1% 0.34% -
HSV(B) 226.82º 1% 0.68% -
XYZ 8.24 4.4 39.95 -
YUV 42.03 201.91 98.02 -
System Red Green Blue C M Y K H S L
Decimal 0 38 173 1 0.78 0 0.32 226.82 1 0.34
Hex 0 26 AD 64 4E 0 20 E3 64 22
Octal 0 46 255 144 116 0 40 343 144 42
Binary 0 100110 10101101 1100100 1001110 0 100000 11100011 1100100 100010

Color Harmonies of #0026AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0026AD

Black with #0026AD

Text Example


Text Example

White with #0026AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0026AD; }

 p { color: rgb(0,38,173); }

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

background-color css

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

 a { background-color: rgb(0,38,173); }

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

border-color css

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

 span { border-color: rgb(0,38,173); }

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