Html Css Color HEX #0522C3 International Klein Blue

📋 copy color: '#0522C3'

red 5 ◦ green 34 ◦ blue 195

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

Shades of International Klein Blue #0522C3

Tints of International Klein Blue #0522C3

RGB

 RED value IS 5 (2.34% from 255) = 2.14%

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 195 (76.56% from 255) = 83.33%

R = 2.14%
G = 14.53%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0522C3 (or 0x0522C3) is known color: International Klein Blue. HEX triplet: 05, 22 and C3. RGB value is (5,34,195). Sum of RGB (Red+Green+Blue) = 5+34+195=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 195 (76.56% from 255 or 83.33% from 234); Max value from RGB is 195 - color contains mainly: blue. Hex color #0522C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0522C3 is #FADD3C. Grayscale: #2B2B2B. Windows color (decimal): -16440637 or 12788229. OLE color: 12788229.

HSL color Cylindrical-coordinate representation of color #0522C3: hue angle of 230.84º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0522C3 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 34 195 -
CMYK 0.97 0.83 0 0.24
HSL 230.84º 0.95% 0.39% -
HSV(B) 230.84º 0.97% 0.76% -
XYZ 10.48 5.12 52.06 -
YUV 43.68 213.39 100.41 -
System Red Green Blue C M Y K H S L
Decimal 5 34 195 0.97 0.83 0 0.24 230.84 0.95 0.39
Hex 5 22 C3 61 53 0 18 E7 5F 27
Octal 5 42 303 141 123 0 30 347 137 47
Binary 101 100010 11000011 1100001 1010011 0 11000 11100111 1011111 100111

Color Harmonies of #0522C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0522C3

Black with #0522C3

Text Example


Text Example

White with #0522C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0522C3; }

 p { color: rgb(5,34,195); }

 H1.HeaderClassName
 {
   color: #0522C3;
 }
 .AnyTagClassName
 {
   color: #0522C3;
 }
</style>

background-color css

<style>
 a { background-color: #0522C3; }

 a { background-color: rgb(5,34,195); }

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

border-color css

<style>
 span { border-color: #0522C3; }

 span { border-color: rgb(5,34,195); }

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