Html Css Color HEX #011C98 International Klein Blue

📋 copy color: '#011C98'

red 1 ◦ green 28 ◦ blue 152

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

Shades of International Klein Blue #011C98

Tints of International Klein Blue #011C98

RGB

 RED value IS 1 (0.78% from 255) = 0.55%

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 152 (59.77% from 255) = 83.98%

R = 0.55%
G = 15.47%
B = 83.98%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011C98 (or 0x011C98) is known color: International Klein Blue. HEX triplet: 01, 1C and 98. RGB value is (1,28,152). Sum of RGB (Red+Green+Blue) = 1+28+152=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 152 (59.77% from 255 or 83.98% from 181); Max value from RGB is 152 - color contains mainly: blue. Hex color #011C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C98 is #FEE367. Grayscale: #212121. Windows color (decimal): -16704360 or 9968641. OLE color: 9968641.

HSL color Cylindrical-coordinate representation of color #011C98: hue angle of 229.27º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C98 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 28 152 -
CMYK 0.99 0.82 0 0.40
HSL 229.27º 0.99% 0.3% -
HSV(B) 229.27º 0.99% 0.6% -
XYZ 6.1 3.1 29.98 -
YUV 34.06 194.55 104.42 -
System Red Green Blue C M Y K H S L
Decimal 1 28 152 0.99 0.82 0 0.40 229.27 0.99 0.3
Hex 1 1C 98 63 52 0 28 E5 63 1E
Octal 1 34 230 143 122 0 50 345 143 36
Binary 1 11100 10011000 1100011 1010010 0 101000 11100101 1100011 11110

Color Harmonies of #011C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011C98

Black with #011C98

Text Example


Text Example

White with #011C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011C98; }

 p { color: rgb(1,28,152); }

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

background-color css

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

 a { background-color: rgb(1,28,152); }

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

border-color css

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

 span { border-color: rgb(1,28,152); }

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