Html Css Color HEX #052DB4 International Klein Blue

📋 copy color: '#052DB4'

red 5 ◦ green 45 ◦ blue 180

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

Shades of International Klein Blue #052DB4

Tints of International Klein Blue #052DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 78.26%

R = 2.17%
G = 19.57%
B = 78.26%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#052DB4 (or 0x052DB4) is known color: International Klein Blue. HEX triplet: 05, 2D and B4. RGB value is (5,45,180). Sum of RGB (Red+Green+Blue) = 5+45+180=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 180 (70.70% from 255 or 78.26% from 230); Max value from RGB is 180 - color contains mainly: blue. Hex color #052DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DB4 is #FAD24B. Grayscale: #2F2F2F. Windows color (decimal): -16437836 or 11808005. OLE color: 11808005.

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

Color convert

RGB 5 45 180 -
CMYK 0.97 0.75 0 0.29
HSL 226.29º 0.95% 0.36% -
HSV(B) 226.29º 0.97% 0.71% -
XYZ 9.24 5.2 43.7 -
YUV 48.43 202.25 97.02 -
System Red Green Blue C M Y K H S L
Decimal 5 45 180 0.97 0.75 0 0.29 226.29 0.95 0.36
Hex 5 2D B4 61 4B 0 1D E2 5F 24
Octal 5 55 264 141 113 0 35 342 137 44
Binary 101 101101 10110100 1100001 1001011 0 11101 11100010 1011111 100100

Color Harmonies of #052DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DB4

Black with #052DB4

Text Example


Text Example

White with #052DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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