Html Css Color HEX #0530AB International Klein Blue

📋 copy color: '#0530AB'

red 5 ◦ green 48 ◦ blue 171

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

Shades of International Klein Blue #0530AB

Tints of International Klein Blue #0530AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 2.23%
G = 21.43%
B = 76.34%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0530AB (or 0x0530AB) is known color: International Klein Blue. HEX triplet: 05, 30 and AB. RGB value is (5,48,171). Sum of RGB (Red+Green+Blue) = 5+48+171=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #0530AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0530AB is #FACF54. Grayscale: #303030. Windows color (decimal): -16437077 or 11218949. OLE color: 11218949.

HSL color Cylindrical-coordinate representation of color #0530AB: hue angle of 224.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0530AB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 48 171 -
CMYK 0.97 0.72 0 0.33
HSL 224.46º 0.94% 0.35% -
HSV(B) 224.46º 0.97% 0.67% -
XYZ 8.47 5.09 39.06 -
YUV 49.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 5 48 171 0.97 0.72 0 0.33 224.46 0.94 0.35
Hex 5 30 AB 61 48 0 21 E0 5E 23
Octal 5 60 253 141 110 0 41 340 136 43
Binary 101 110000 10101011 1100001 1001000 0 100001 11100000 1011110 100011

Color Harmonies of #0530AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0530AB

Black with #0530AB

Text Example


Text Example

White with #0530AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0530AB; }

 p { color: rgb(5,48,171); }

 H1.HeaderClassName
 {
   color: #0530AB;
 }
 .AnyTagClassName
 {
   color: #0530AB;
 }
</style>

background-color css

<style>
 a { background-color: #0530AB; }

 a { background-color: rgb(5,48,171); }

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

border-color css

<style>
 span { border-color: #0530AB; }

 span { border-color: rgb(5,48,171); }

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