Html Css Color HEX #043BA5 International Klein Blue

📋 copy color: '#043BA5'

red 4 ◦ green 59 ◦ blue 165

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

Shades of International Klein Blue #043BA5

Tints of International Klein Blue #043BA5

RGB

 RED value IS 4 (1.95% from 255) = 1.75%

 GREEN value IS 59 (23.44% from 255) = 25.88%

 BLUE value IS 165 (64.84% from 255) = 72.37%

R = 1.75%
G = 25.88%
B = 72.37%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#043BA5 (or 0x043BA5) is known color: International Klein Blue. HEX triplet: 04, 3B and A5. RGB value is (4,59,165). Sum of RGB (Red+Green+Blue) = 4+59+165=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 165 (64.84% from 255 or 72.37% from 228); Max value from RGB is 165 - color contains mainly: blue. Hex color #043BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043BA5 is #FBC45A. Grayscale: #363636. Windows color (decimal): -16499803 or 10828548. OLE color: 10828548.

HSL color Cylindrical-coordinate representation of color #043BA5: hue angle of 219.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043BA5 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 59 165 -
CMYK 0.98 0.64 0 0.35
HSL 219.5º 0.95% 0.33% -
HSV(B) 219.5º 0.98% 0.65% -
XYZ 8.41 5.87 36.29 -
YUV 54.64 190.28 91.88 -
System Red Green Blue C M Y K H S L
Decimal 4 59 165 0.98 0.64 0 0.35 219.5 0.95 0.33
Hex 4 3B A5 62 40 0 23 DC 5F 21
Octal 4 73 245 142 100 0 43 334 137 41
Binary 100 111011 10100101 1100010 1000000 0 100011 11011100 1011111 100001

Color Harmonies of #043BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043BA5

Black with #043BA5

Text Example


Text Example

White with #043BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043BA5; }

 p { color: rgb(4,59,165); }

 H1.HeaderClassName
 {
   color: #043BA5;
 }
 .AnyTagClassName
 {
   color: #043BA5;
 }
</style>

background-color css

<style>
 a { background-color: #043BA5; }

 a { background-color: rgb(4,59,165); }

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

border-color css

<style>
 span { border-color: #043BA5; }

 span { border-color: rgb(4,59,165); }

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