Html Css Color HEX #0018B3 International Klein Blue

📋 copy color: '#0018B3'

red 0 ◦ green 24 ◦ blue 179

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

Shades of International Klein Blue #0018B3

Tints of International Klein Blue #0018B3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 179 (70.31% from 255) = 88.18%

R = 0%
G = 11.82%
B = 88.18%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0018B3 (or 0x0018B3) is known color: International Klein Blue. HEX triplet: 00, 18 and B3. RGB value is (0,24,179). Sum of RGB (Red+Green+Blue) = 0+24+179=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 179 (70.31% from 255 or 88.18% from 203); Max value from RGB is 179 - color contains mainly: blue. Hex color #0018B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0018B3 is #FFE74C. Grayscale: #212121. Windows color (decimal): -16770893 or 11737088. OLE color: 11737088.

HSL color Cylindrical-coordinate representation of color #0018B3: hue angle of 231.96º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0018B3 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 24 179 -
CMYK 1 0.87 0 0.30
HSL 231.96º 1% 0.35% -
HSV(B) 231.96º 1% 0.7% -
XYZ 8.46 3.91 42.96 -
YUV 34.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 0 24 179 1 0.87 0 0.30 231.96 1 0.35
Hex 0 18 B3 64 57 0 1E E8 64 23
Octal 0 30 263 144 127 0 36 350 144 43
Binary 0 11000 10110011 1100100 1010111 0 11110 11101000 1100100 100011

Color Harmonies of #0018B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0018B3

Black with #0018B3

Text Example


Text Example

White with #0018B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0018B3; }

 p { color: rgb(0,24,179); }

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

background-color css

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

 a { background-color: rgb(0,24,179); }

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

border-color css

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

 span { border-color: rgb(0,24,179); }

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