Html Css Color HEX #0524C2 International Klein Blue

📋 copy color: '#0524C2'

red 5 ◦ green 36 ◦ blue 194

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

Shades of International Klein Blue #0524C2

Tints of International Klein Blue #0524C2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

 BLUE value IS 194 (76.17% from 255) = 82.55%

R = 2.13%
G = 15.32%
B = 82.55%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0524C2 (or 0x0524C2) is known color: International Klein Blue. HEX triplet: 05, 24 and C2. RGB value is (5,36,194). Sum of RGB (Red+Green+Blue) = 5+36+194=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 194 (76.17% from 255 or 82.55% from 235); Max value from RGB is 194 - color contains mainly: blue. Hex color #0524C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524C2 is #FADB3D. Grayscale: #2C2C2C. Windows color (decimal): -16440126 or 12723205. OLE color: 12723205.

HSL color Cylindrical-coordinate representation of color #0524C2: hue angle of 230.16º 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 #0524C2 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 36 194 -
CMYK 0.97 0.81 0 0.24
HSL 230.16º 0.95% 0.39% -
HSV(B) 230.16º 0.97% 0.76% -
XYZ 10.43 5.19 51.49 -
YUV 44.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 5 36 194 0.97 0.81 0 0.24 230.16 0.95 0.39
Hex 5 24 C2 61 51 0 18 E6 5F 27
Octal 5 44 302 141 121 0 30 346 137 47
Binary 101 100100 11000010 1100001 1010001 0 11000 11100110 1011111 100111

Color Harmonies of #0524C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0524C2

Black with #0524C2

Text Example


Text Example

White with #0524C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0524C2; }

 p { color: rgb(5,36,194); }

 H1.HeaderClassName
 {
   color: #0524C2;
 }
 .AnyTagClassName
 {
   color: #0524C2;
 }
</style>

background-color css

<style>
 a { background-color: #0524C2; }

 a { background-color: rgb(5,36,194); }

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

border-color css

<style>
 span { border-color: #0524C2; }

 span { border-color: rgb(5,36,194); }

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