Html Css Color HEX #04239B International Klein Blue

📋 copy color: '#04239B'

red 4 ◦ green 35 ◦ blue 155

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

Shades of International Klein Blue #04239B

Tints of International Klein Blue #04239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.04%

 BLUE value IS 155 (60.94% from 255) = 79.9%

R = 2.06%
G = 18.04%
B = 79.9%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04239B (or 0x04239B) is known color: International Klein Blue. HEX triplet: 04, 23 and 9B. RGB value is (4,35,155). Sum of RGB (Red+Green+Blue) = 4+35+155=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 155 (60.94% from 255 or 79.90% from 194); Max value from RGB is 155 - color contains mainly: blue. Hex color #04239B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04239B is #FBDC64. Grayscale: #262626. Windows color (decimal): -16505957 or 10167044. OLE color: 10167044.

HSL color Cylindrical-coordinate representation of color #04239B: hue angle of 227.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04239B is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 35 155 -
CMYK 0.97 0.77 0 0.39
HSL 227.68º 0.95% 0.31% -
HSV(B) 227.68º 0.97% 0.61% -
XYZ 6.57 3.59 31.36 -
YUV 39.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 4 35 155 0.97 0.77 0 0.39 227.68 0.95 0.31
Hex 4 23 9B 61 4D 0 27 E4 5F 1F
Octal 4 43 233 141 115 0 47 344 137 37
Binary 100 100011 10011011 1100001 1001101 0 100111 11100100 1011111 11111

Color Harmonies of #04239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04239B

Black with #04239B

Text Example


Text Example

White with #04239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04239B; }

 p { color: rgb(4,35,155); }

 H1.HeaderClassName
 {
   color: #04239B;
 }
 .AnyTagClassName
 {
   color: #04239B;
 }
</style>

background-color css

<style>
 a { background-color: #04239B; }

 a { background-color: rgb(4,35,155); }

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

border-color css

<style>
 span { border-color: #04239B; }

 span { border-color: rgb(4,35,155); }

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