Html Css Color HEX #0238AF International Klein Blue

📋 copy color: '#0238AF'

red 2 ◦ green 56 ◦ blue 175

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

Shades of International Klein Blue #0238AF

Tints of International Klein Blue #0238AF

RGB

 RED value IS 2 (1.17% from 255) = 0.86%

 GREEN value IS 56 (22.27% from 255) = 24.03%

 BLUE value IS 175 (68.75% from 255) = 75.11%

R = 0.86%
G = 24.03%
B = 75.11%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0238AF (or 0x0238AF) is known color: International Klein Blue. HEX triplet: 02, 38 and AF. RGB value is (2,56,175). Sum of RGB (Red+Green+Blue) = 2+56+175=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #0238AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0238AF is #FDC750. Grayscale: #343434. Windows color (decimal): -16631633 or 11483138. OLE color: 11483138.

HSL color Cylindrical-coordinate representation of color #0238AF: hue angle of 221.27º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238AF is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 56 175 -
CMYK 0.99 0.68 0 0.31
HSL 221.27º 0.98% 0.35% -
HSV(B) 221.27º 0.99% 0.69% -
XYZ 9.18 5.94 41.22 -
YUV 53.42 196.61 91.32 -
System Red Green Blue C M Y K H S L
Decimal 2 56 175 0.99 0.68 0 0.31 221.27 0.98 0.35
Hex 2 38 AF 63 44 0 1F DD 62 23
Octal 2 70 257 143 104 0 37 335 142 43
Binary 10 111000 10101111 1100011 1000100 0 11111 11011101 1100010 100011

Color Harmonies of #0238AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238AF

Black with #0238AF

Text Example


Text Example

White with #0238AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0238AF; }

 p { color: rgb(2,56,175); }

 H1.HeaderClassName
 {
   color: #0238AF;
 }
 .AnyTagClassName
 {
   color: #0238AF;
 }
</style>

background-color css

<style>
 a { background-color: #0238AF; }

 a { background-color: rgb(2,56,175); }

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

border-color css

<style>
 span { border-color: #0238AF; }

 span { border-color: rgb(2,56,175); }

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