Html Css Color HEX #052DB7 International Klein Blue

📋 copy color: '#052DB7'

red 5 ◦ green 45 ◦ blue 183

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

Shades of International Klein Blue #052DB7

Tints of International Klein Blue #052DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 78.54%

R = 2.15%
G = 19.31%
B = 78.54%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#052DB7 (or 0x052DB7) is known color: International Klein Blue. HEX triplet: 05, 2D and B7. RGB value is (5,45,183). Sum of RGB (Red+Green+Blue) = 5+45+183=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 183 (71.88% from 255 or 78.54% from 233); Max value from RGB is 183 - color contains mainly: blue. Hex color #052DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DB7 is #FAD248. Grayscale: #303030. Windows color (decimal): -16437833 or 12004613. OLE color: 12004613.

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

Color convert

RGB 5 45 183 -
CMYK 0.97 0.75 0 0.28
HSL 226.52º 0.95% 0.37% -
HSV(B) 226.52º 0.97% 0.72% -
XYZ 9.55 5.33 45.32 -
YUV 48.77 203.75 96.78 -
System Red Green Blue C M Y K H S L
Decimal 5 45 183 0.97 0.75 0 0.28 226.52 0.95 0.37
Hex 5 2D B7 61 4B 0 1C E3 5F 25
Octal 5 55 267 141 113 0 34 343 137 45
Binary 101 101101 10110111 1100001 1001011 0 11100 11100011 1011111 100101

Color Harmonies of #052DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DB7

Black with #052DB7

Text Example


Text Example

White with #052DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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