Html Css Color HEX #052DB1 International Klein Blue

📋 copy color: '#052DB1'

red 5 ◦ green 45 ◦ blue 177

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

Shades of International Klein Blue #052DB1

Tints of International Klein Blue #052DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 177 (69.53% from 255) = 77.97%

R = 2.2%
G = 19.82%
B = 77.97%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#052DB1 (or 0x052DB1) is known color: International Klein Blue. HEX triplet: 05, 2D and B1. RGB value is (5,45,177). Sum of RGB (Red+Green+Blue) = 5+45+177=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 177 (69.53% from 255 or 77.97% from 227); Max value from RGB is 177 - color contains mainly: blue. Hex color #052DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052DB1 is #FAD24E. Grayscale: #2F2F2F. Windows color (decimal): -16437839 or 11611397. OLE color: 11611397.

HSL color Cylindrical-coordinate representation of color #052DB1: hue angle of 226.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052DB1 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 45 177 -
CMYK 0.97 0.75 0 0.31
HSL 226.05º 0.95% 0.36% -
HSV(B) 226.05º 0.97% 0.69% -
XYZ 8.94 5.08 42.11 -
YUV 48.09 200.75 97.27 -
System Red Green Blue C M Y K H S L
Decimal 5 45 177 0.97 0.75 0 0.31 226.05 0.95 0.36
Hex 5 2D B1 61 4B 0 1F E2 5F 24
Octal 5 55 261 141 113 0 37 342 137 44
Binary 101 101101 10110001 1100001 1001011 0 11111 11100010 1011111 100100

Color Harmonies of #052DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DB1

Black with #052DB1

Text Example


Text Example

White with #052DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052DB1; }

 p { color: rgb(5,45,177); }

 H1.HeaderClassName
 {
   color: #052DB1;
 }
 .AnyTagClassName
 {
   color: #052DB1;
 }
</style>

background-color css

<style>
 a { background-color: #052DB1; }

 a { background-color: rgb(5,45,177); }

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

border-color css

<style>
 span { border-color: #052DB1; }

 span { border-color: rgb(5,45,177); }

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