Html Css Color HEX #0318AC International Klein Blue

📋 copy color: '#0318AC'

red 3 ◦ green 24 ◦ blue 172

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

Shades of International Klein Blue #0318AC

Tints of International Klein Blue #0318AC

RGB

 RED value IS 3 (1.56% from 255) = 1.51%

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

 BLUE value IS 172 (67.58% from 255) = 86.43%

R = 1.51%
G = 12.06%
B = 86.43%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0318AC (or 0x0318AC) is known color: International Klein Blue. HEX triplet: 03, 18 and AC. RGB value is (3,24,172). Sum of RGB (Red+Green+Blue) = 3+24+172=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #0318AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0318AC is #FCE753. Grayscale: #212121. Windows color (decimal): -16574292 or 11278339. OLE color: 11278339.

HSL color Cylindrical-coordinate representation of color #0318AC: hue angle of 232.54º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0318AC is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 24 172 -
CMYK 0.98 0.86 0 0.33
HSL 232.54º 0.97% 0.34% -
HSV(B) 232.54º 0.98% 0.67% -
XYZ 7.81 3.65 39.32 -
YUV 34.59 205.54 105.47 -
System Red Green Blue C M Y K H S L
Decimal 3 24 172 0.98 0.86 0 0.33 232.54 0.97 0.34
Hex 3 18 AC 62 56 0 21 E9 61 22
Octal 3 30 254 142 126 0 41 351 141 42
Binary 11 11000 10101100 1100010 1010110 0 100001 11101001 1100001 100010

Color Harmonies of #0318AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0318AC

Black with #0318AC

Text Example


Text Example

White with #0318AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0318AC; }

 p { color: rgb(3,24,172); }

 H1.HeaderClassName
 {
   color: #0318AC;
 }
 .AnyTagClassName
 {
   color: #0318AC;
 }
</style>

background-color css

<style>
 a { background-color: #0318AC; }

 a { background-color: rgb(3,24,172); }

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

border-color css

<style>
 span { border-color: #0318AC; }

 span { border-color: rgb(3,24,172); }

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