Html Css Color HEX #04269C International Klein Blue

📋 copy color: '#04269C'

red 4 ◦ green 38 ◦ blue 156

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

Shades of International Klein Blue #04269C

Tints of International Klein Blue #04269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

 BLUE value IS 156 (61.33% from 255) = 78.79%

R = 2.02%
G = 19.19%
B = 78.79%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04269C (or 0x04269C) is known color: International Klein Blue. HEX triplet: 04, 26 and 9C. RGB value is (4,38,156). Sum of RGB (Red+Green+Blue) = 4+38+156=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #04269C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04269C is #FBD963. Grayscale: #282828. Windows color (decimal): -16505188 or 10233348. OLE color: 10233348.

HSL color Cylindrical-coordinate representation of color #04269C: hue angle of 226.58º 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 #04269C is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 38 156 -
CMYK 0.97 0.76 0 0.39
HSL 226.58º 0.95% 0.31% -
HSV(B) 226.58º 0.97% 0.61% -
XYZ 6.74 3.81 31.83 -
YUV 41.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 4 38 156 0.97 0.76 0 0.39 226.58 0.95 0.31
Hex 4 26 9C 61 4C 0 27 E3 5F 1F
Octal 4 46 234 141 114 0 47 343 137 37
Binary 100 100110 10011100 1100001 1001100 0 100111 11100011 1011111 11111

Color Harmonies of #04269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04269C

Black with #04269C

Text Example


Text Example

White with #04269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04269C; }

 p { color: rgb(4,38,156); }

 H1.HeaderClassName
 {
   color: #04269C;
 }
 .AnyTagClassName
 {
   color: #04269C;
 }
</style>

background-color css

<style>
 a { background-color: #04269C; }

 a { background-color: rgb(4,38,156); }

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

border-color css

<style>
 span { border-color: #04269C; }

 span { border-color: rgb(4,38,156); }

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